#561871

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

Shades of Blue Diamond #561871

Tints of Blue Diamond #561871

Color information

#561871 (or 0x561871) is unknown color: approx Blue Diamond. HEX triplet: 56, 18 and 71. RGB value is (86,24,113). Sum of RGB (Red+Green+Blue) = 86+24+113=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #561871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561871 is #A9E78E. Grayscale: #343434. Windows color (decimal): -11134863 or 7411798. OLE color: 7411798.

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

Color convert

RGB8624113-
CMYK0.240.7900.56
HSL281.8º64.96%26.86%-
HSV(B)281.8º78.76%44.31%-
XYZ7.153.8215.98-
YUV52.68162.04151.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=38.57%
G=10.76%
B=50.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86241130.240.7900.56281.864.9626.86
Hex561871184F03811a411b
Octal126301613011707043210133
Binary10101101100011100011100010011110111000100011010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561871; }

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

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

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

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

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

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

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

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