#562476

Color #562476 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #562476

Tints of Blue Diamond #562476

Color information

#562476 (or 0x562476) is unknown color: approx Blue Diamond. HEX triplet: 56, 24 and 76. RGB value is (86,36,118). Sum of RGB (Red+Green+Blue) = 86+36+118=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #562476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562476 is #A9DB89. Grayscale: #3C3C3C. Windows color (decimal): -11131786 or 7742550. OLE color: 7742550.

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

Color convert

RGB8636118-
CMYK0.270.6900.54
HSL276.59º53.25%30.2%-
HSV(B)276.59º69.49%46.27%-
XYZ7.744.5517.61-
YUV60.3160.56146.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 36 (14.45% from 255) = 15%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=35.83%
G=15%
B=49.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86361180.270.6900.54276.5953.2530.2
Hex5624761B45036115351e
Octal12644166331050664256536
Binary10101101001001110110110111000101011011010001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562476; }

 p { color: rgb(86,36,118); }

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

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

 a { background-color: rgb(86,36,118); }

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

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

 span { border-color: rgb(86,36,118); }

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