#562068

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

Shades of Scarlet Gum #562068

Tints of Scarlet Gum #562068

Color information

#562068 (or 0x562068) is unknown color: approx Scarlet Gum. HEX triplet: 56, 20 and 68. RGB value is (86,32,104). Sum of RGB (Red+Green+Blue) = 86+32+104=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #562068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562068 is #A9DF97. Grayscale: #383838. Windows color (decimal): -11132824 or 6824022. OLE color: 6824022.

HSL color Cylindrical-coordinate representation of color #562068: hue angle of 285º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #562068 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8632104-
CMYK0.170.6900.59
HSL285º52.94%26.67%-
HSV(B)285º69.23%40.78%-
XYZ6.854.0113.51-
YUV56.35154.89149.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=38.74%
G=14.41%
B=46.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86321040.170.6900.5928552.9426.67
Hex562068114503B11d351b
Octal12640150211050734356533
Binary10101101000001101000100011000101011101110001110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562068; }

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

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

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

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

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

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

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

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