#552666

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

Shades of Scarlet Gum #552666

Tints of Scarlet Gum #552666

Color information

#552666 (or 0x552666) is unknown color: approx Scarlet Gum. HEX triplet: 55, 26 and 66. RGB value is (85,38,102). Sum of RGB (Red+Green+Blue) = 85+38+102=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #552666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552666 is #AAD999. Grayscale: #3B3B3B. Windows color (decimal): -11196826 or 6694485. OLE color: 6694485.

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

Color convert

RGB8538102-
CMYK0.170.6300.6
HSL284.06º45.71%27.45%-
HSV(B)284.06º62.75%40%-
XYZ6.844.2813.04-
YUV59.35152.07146.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=37.78%
G=16.89%
B=45.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85381020.170.6300.6284.0645.7127.45
Hex552666113F03C11c2e1b
Octal1254614621770744345633
Binary1010101100110110011010001111111011110010001110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552666; }

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

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

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

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

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

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

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

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