#552967

Color #552967 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #552967

Tints of Scarlet Gum #552967

Color information

#552967 (or 0x552967) is unknown color: approx Scarlet Gum. HEX triplet: 55, 29 and 67. RGB value is (85,41,103). Sum of RGB (Red+Green+Blue) = 85+41+103=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #552967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552967 is #AAD698. Grayscale: #3D3D3D. Windows color (decimal): -11196057 or 6760789. OLE color: 6760789.

HSL color Cylindrical-coordinate representation of color #552967: hue angle of 282.58º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552967 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8541103-
CMYK0.170.6000.60
HSL282.58º43.06%28.24%-
HSV(B)282.58º60.19%40.39%-
XYZ6.994.513.33-
YUV61.22151.58144.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 103 (40.62% from 255) = 44.98%
R=37.12%
G=17.90%
B=44.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85411030.170.6000.60282.5843.0628.24
Hex552967113C03C11b2b1c
Octal1255114721740744335334
Binary1010101101001110011110001111100011110010001101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552967; }

 p { color: rgb(85,41,103); }

 H1.HeaderClassName
 {
   color: #552967;
 }
 .AnyTagClassName
 {
   color: #552967;
 }
</style>
background-color css

<style>
 a { background-color: #552967; }

 a { background-color: rgb(85,41,103); }

 div.DivClassName
 {
   background-color: #552967;
 }
 .BgClassName
 {
   background-color: #552967;
 }
</style>
border-color css

<style>
 span { border-color: #552967; }

 span { border-color: rgb(85,41,103); }

 td.TdClassName
 {
   border-color: #552967;
 }
 .TagClassName
 {
   border-color: #552967;
 }
</style>