#561B76

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

Shades of Blue Diamond #561B76

Tints of Blue Diamond #561B76

Color information

#561B76 (or 0x561B76) is unknown color: approx Blue Diamond. HEX triplet: 56, 1B and 76. RGB value is (86,27,118). Sum of RGB (Red+Green+Blue) = 86+27+118=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #561B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B76 is #A9E489. Grayscale: #363636. Windows color (decimal): -11134090 or 7740246. OLE color: 7740246.

HSL color Cylindrical-coordinate representation of color #561B76: hue angle of 278.9º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561B76 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8627118-
CMYK0.270.7700.54
HSL278.9º62.76%28.43%-
HSV(B)278.9º77.12%46.27%-
XYZ7.54.0717.53-
YUV55.01163.55150.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=37.23%
G=11.69%
B=51.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86271180.270.7700.54278.962.7628.43
Hex561B761B4D0361173f1c
Octal12633166331150664277734
Binary1010110110111110110110111001101011011010001011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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