#562072

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

Shades of Blue Diamond #562072

Tints of Blue Diamond #562072

Color information

#562072 (or 0x562072) is unknown color: approx Blue Diamond. HEX triplet: 56, 20 and 72. RGB value is (86,32,114). Sum of RGB (Red+Green+Blue) = 86+32+114=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #562072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562072 is #A9DF8D. Grayscale: #393939. Windows color (decimal): -11132814 or 7479382. OLE color: 7479382.

HSL color Cylindrical-coordinate representation of color #562072: hue angle of 279.51º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #562072 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8632114-
CMYK0.250.7200.55
HSL279.51º56.16%28.63%-
HSV(B)279.51º71.93%44.71%-
XYZ7.394.2316.35-
YUV57.49159.89148.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=37.07%
G=13.79%
B=49.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86321140.250.7200.55279.5156.1628.63
Hex5620721948037118381d
Octal12640162311100674307035
Binary10101101000001110010110011001000011011110001100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562072; }

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

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

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

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

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

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

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

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