#562866

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

Shades of Scarlet Gum #562866

Tints of Scarlet Gum #562866

Color information

#562866 (or 0x562866) is unknown color: approx Scarlet Gum. HEX triplet: 56, 28 and 66. RGB value is (86,40,102). Sum of RGB (Red+Green+Blue) = 86+40+102=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #562866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562866 is #A9D799. Grayscale: #3C3C3C. Windows color (decimal): -11130778 or 6694998. OLE color: 6694998.

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

Color convert

RGB8640102-
CMYK0.160.6100.6
HSL284.52º43.66%27.84%-
HSV(B)284.52º60.78%40%-
XYZ6.994.4613.06-
YUV60.82151.24145.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 102 (40.23% from 255) = 44.74%
R=37.72%
G=17.54%
B=44.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86401020.160.6100.6284.5243.6627.84
Hex562866103D03C11d2c1c
Octal1265014620750744355434
Binary1010110101000110011010000111101011110010001110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562866; }

 p { color: rgb(86,40,102); }

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

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

 a { background-color: rgb(86,40,102); }

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

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

 span { border-color: rgb(86,40,102); }

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