#561971

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

Shades of Blue Diamond #561971

Tints of Blue Diamond #561971

Color information

#561971 (or 0x561971) is unknown color: approx Blue Diamond. HEX triplet: 56, 19 and 71. RGB value is (86,25,113). Sum of RGB (Red+Green+Blue) = 86+25+113=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #561971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561971 is #A9E68E. Grayscale: #343434. Windows color (decimal): -11134607 or 7412054. OLE color: 7412054.

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

Color convert

RGB8625113-
CMYK0.240.7800.56
HSL281.59º63.77%27.06%-
HSV(B)281.59º77.88%44.31%-
XYZ7.173.8715.99-
YUV53.27161.71151.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=38.39%
G=11.16%
B=50.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86251130.240.7800.56281.5963.7727.06
Hex561971184E03811a401b
Octal126311613011607043210033
Binary10101101100111100011100010011100111000100011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561971; }

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

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

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

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

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

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

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

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