#561B70

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

Shades of Blue Diamond #561B70

Tints of Blue Diamond #561B70

Color information

#561B70 (or 0x561B70) is unknown color: approx Blue Diamond. HEX triplet: 56, 1B and 70. RGB value is (86,27,112). Sum of RGB (Red+Green+Blue) = 86+27+112=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #561B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B70 is #A9E48F. Grayscale: #363636. Windows color (decimal): -11134096 or 7347030. OLE color: 7347030.

HSL color Cylindrical-coordinate representation of color #561B70: hue angle of 281.65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561B70 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8627112-
CMYK0.230.7600.56
HSL281.65º61.15%27.25%-
HSV(B)281.65º75.89%43.92%-
XYZ7.153.9315.71-
YUV54.33160.55150.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 27 (10.94% from 255) = 12%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=38.22%
G=12%
B=49.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86271120.230.7600.56281.6561.1527.25
Hex561B70174C03811a3d1b
Octal12633160271140704327533
Binary1010110110111110000101111001100011100010001101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561B70; }

 p { color: rgb(86,27,112); }

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

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

 a { background-color: rgb(86,27,112); }

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

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

 span { border-color: rgb(86,27,112); }

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