#561872

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

Shades of Blue Diamond #561872

Tints of Blue Diamond #561872

Color information

#561872 (or 0x561872) is unknown color: approx Blue Diamond. HEX triplet: 56, 18 and 72. RGB value is (86,24,114). Sum of RGB (Red+Green+Blue) = 86+24+114=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #561872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561872 is #A9E78D. Grayscale: #343434. Windows color (decimal): -11134862 or 7477334. OLE color: 7477334.

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

Color convert

RGB8624114-
CMYK0.250.7900.55
HSL281.33º65.22%27.06%-
HSV(B)281.33º78.95%44.71%-
XYZ7.23.8516.28-
YUV52.8162.54151.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=38.39%
G=10.71%
B=50.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86241140.250.7900.55281.3365.2227.06
Hex561872194F037119411b
Octal126301623111706743110133
Binary10101101100011100101100110011110110111100011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561872; }

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

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

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

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

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

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

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

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