#562076

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

Shades of Blue Diamond #562076

Tints of Blue Diamond #562076

Color information

#562076 (or 0x562076) is unknown color: approx Blue Diamond. HEX triplet: 56, 20 and 76. RGB value is (86,32,118). Sum of RGB (Red+Green+Blue) = 86+32+118=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #562076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562076 is #A9DF89. Grayscale: #393939. Windows color (decimal): -11132810 or 7741526. OLE color: 7741526.

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

Color convert

RGB8632118-
CMYK0.270.7300.54
HSL277.67º57.33%29.41%-
HSV(B)277.67º72.88%46.27%-
XYZ7.624.3217.57-
YUV57.95161.89148.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 118 (46.48% from 255) = 50%
R=36.44%
G=13.56%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86321180.270.7300.54277.6757.3329.41
Hex5620761B49036116391d
Octal12640166331110664267135
Binary10101101000001110110110111001001011011010001011011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562076; }

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

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

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

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

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

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

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

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