#562A71

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

Shades of Blue Diamond #562A71

Tints of Blue Diamond #562A71

Color information

#562A71 (or 0x562A71) is unknown color: approx Blue Diamond. HEX triplet: 56, 2A and 71. RGB value is (86,42,113). Sum of RGB (Red+Green+Blue) = 86+42+113=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #562A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562A71 is #A9D58E. Grayscale: #3F3F3F. Windows color (decimal): -11130255 or 7416406. OLE color: 7416406.

HSL color Cylindrical-coordinate representation of color #562A71: hue angle of 277.18º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562A71 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8642113-
CMYK0.240.6300.56
HSL277.18º45.81%30.39%-
HSV(B)277.18º62.83%44.31%-
XYZ7.654.8316.15-
YUV63.25156.08144.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.68%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=35.68%
G=17.43%
B=46.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86421130.240.6300.56277.1845.8130.39
Hex562A71183F0381152e1e
Octal1265216130770704255636
Binary1010110101010111000111000111111011100010001010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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