#562871

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

Shades of Blue Diamond #562871

Tints of Blue Diamond #562871

Color information

#562871 (or 0x562871) is unknown color: approx Blue Diamond. HEX triplet: 56, 28 and 71. RGB value is (86,40,113). Sum of RGB (Red+Green+Blue) = 86+40+113=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #562871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562871 is #A9D78E. Grayscale: #3D3D3D. Windows color (decimal): -11130767 or 7415894. OLE color: 7415894.

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

Color convert

RGB8640113-
CMYK0.240.6500.56
HSL277.81º47.71%30%-
HSV(B)277.81º64.6%44.31%-
XYZ7.584.6916.13-
YUV62.08156.74145.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=35.98%
G=16.74%
B=47.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86401130.240.6500.56277.8147.7130
Hex5628711841038116301e
Octal12650161301010704266036
Binary10101101010001110001110001000001011100010001011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562871; }

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

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

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

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

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

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

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

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