#562868

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

Shades of Scarlet Gum #562868

Tints of Scarlet Gum #562868

Color information

#562868 (or 0x562868) is unknown color: approx Scarlet Gum. HEX triplet: 56, 28 and 68. RGB value is (86,40,104). Sum of RGB (Red+Green+Blue) = 86+40+104=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #562868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562868 is #A9D797. Grayscale: #3C3C3C. Windows color (decimal): -11130776 or 6826070. OLE color: 6826070.

HSL color Cylindrical-coordinate representation of color #562868: hue angle of 283.12º 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 #562868 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8640104-
CMYK0.170.6200.59
HSL283.12º44.44%28.24%-
HSV(B)283.12º61.54%40.78%-
XYZ7.14.513.59-
YUV61.05152.24145.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=37.39%
G=17.39%
B=45.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86401040.170.6200.59283.1244.4428.24
Hex562868113E03B11b2c1c
Octal1265015021760734335434
Binary1010110101000110100010001111110011101110001101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562868; }

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

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

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

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

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

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

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

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