#562066

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

Shades of Scarlet Gum #562066

Tints of Scarlet Gum #562066

Color information

#562066 (or 0x562066) is unknown color: approx Scarlet Gum. HEX triplet: 56, 20 and 66. RGB value is (86,32,102). Sum of RGB (Red+Green+Blue) = 86+32+102=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #562066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562066 is #A9DF99. Grayscale: #373737. Windows color (decimal): -11132826 or 6692950. OLE color: 6692950.

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

Color convert

RGB8632102-
CMYK0.160.6900.6
HSL286.29º52.24%26.27%-
HSV(B)286.29º68.63%40%-
XYZ6.753.9712.98-
YUV56.13153.89149.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=39.09%
G=14.55%
B=46.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86321020.160.6900.6286.2952.2426.27
Hex562066104503C11e341a
Octal12640146201050744366432
Binary10101101000001100110100001000101011110010001111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562066; }

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

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

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

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

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

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

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

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