#562A67

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

Shades of Scarlet Gum #562A67

Tints of Scarlet Gum #562A67

Color information

#562A67 (or 0x562A67) is unknown color: approx Scarlet Gum. HEX triplet: 56, 2A and 67. RGB value is (86,42,103). Sum of RGB (Red+Green+Blue) = 86+42+103=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #562A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A67 is #A9D598. Grayscale: #3D3D3D. Windows color (decimal): -11130265 or 6761046. OLE color: 6761046.

HSL color Cylindrical-coordinate representation of color #562A67: hue angle of 283.28º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #562A67 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8642103-
CMYK0.170.5900.60
HSL283.28º42.07%28.43%-
HSV(B)283.28º59.22%40.39%-
XYZ7.114.6113.35-
YUV62.11151.08145.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=37.23%
G=18.18%
B=44.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86421030.170.5900.60283.2842.0728.43
Hex562A67113B03C11b2a1c
Octal1265214721730744335234
Binary1010110101010110011110001111011011110010001101110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562A67; }

 p { color: rgb(86,42,103); }

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

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

 a { background-color: rgb(86,42,103); }

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

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

 span { border-color: rgb(86,42,103); }

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