#552868

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

Shades of Scarlet Gum #552868

Tints of Scarlet Gum #552868

Color information

#552868 (or 0x552868) is unknown color: approx Scarlet Gum. HEX triplet: 55, 28 and 68. RGB value is (85,40,104). Sum of RGB (Red+Green+Blue) = 85+40+104=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #552868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552868 is #AAD797. Grayscale: #3C3C3C. Windows color (decimal): -11196312 or 6826069. OLE color: 6826069.

HSL color Cylindrical-coordinate representation of color #552868: hue angle of 282.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552868 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8540104-
CMYK0.180.6200.59
HSL282.19º44.44%28.24%-
HSV(B)282.19º61.54%40.78%-
XYZ74.4513.59-
YUV60.75152.41145.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=37.12%
G=17.47%
B=45.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85401040.180.6200.59282.1944.4428.24
Hex552868123E03B11a2c1c
Octal1255015022760734325434
Binary1010101101000110100010010111110011101110001101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552868; }

 p { color: rgb(85,40,104); }

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

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

 a { background-color: rgb(85,40,104); }

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

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

 span { border-color: rgb(85,40,104); }

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