#551666

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

Shades of Scarlet Gum #551666

Tints of Scarlet Gum #551666

Color information

#551666 (or 0x551666) is unknown color: approx Scarlet Gum. HEX triplet: 55, 16 and 66. RGB value is (85,22,102). Sum of RGB (Red+Green+Blue) = 85+22+102=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #551666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551666 is #AAE999. Grayscale: #313131. Windows color (decimal): -11200922 or 6690389. OLE color: 6690389.

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

Color convert

RGB8522102-
CMYK0.170.7800.6
HSL287.25º64.52%24.31%-
HSV(B)287.25º78.43%40%-
XYZ6.433.4612.9-
YUV49.96157.37153-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=40.67%
G=10.53%
B=48.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85221020.170.7800.6287.2564.5224.31
Hex551666114E03C11f4118
Octal125261462111607443710130
Binary10101011011011001101000110011100111100100011111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551666; }

 p { color: rgb(85,22,102); }

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

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

 a { background-color: rgb(85,22,102); }

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

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

 span { border-color: rgb(85,22,102); }

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