#562571

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

Shades of Blue Diamond #562571

Tints of Blue Diamond #562571

Color information

#562571 (or 0x562571) is unknown color: approx Blue Diamond. HEX triplet: 56, 25 and 71. RGB value is (86,37,113). Sum of RGB (Red+Green+Blue) = 86+37+113=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #562571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562571 is #A9DA8E. Grayscale: #3C3C3C. Windows color (decimal): -11131535 or 7415126. OLE color: 7415126.

HSL color Cylindrical-coordinate representation of color #562571: hue angle of 278.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #562571 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8637113-
CMYK0.240.6700.56
HSL278.68º50.67%29.41%-
HSV(B)278.68º67.26%44.31%-
XYZ7.484.4916.1-
YUV60.31157.73146.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.44%
GREEN value IS 37 (14.84% from 255) = 15.68%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=36.44%
G=15.68%
B=47.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86371130.240.6700.56278.6850.6729.41
Hex5625711843038117331d
Octal12645161301030704276335
Binary10101101001011110001110001000011011100010001011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562571; }

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

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

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

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

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

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

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

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