#561D77

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

Shades of Blue Diamond #561D77

Tints of Blue Diamond #561D77

Color information

#561D77 (or 0x561D77) is unknown color: approx Blue Diamond. HEX triplet: 56, 1D and 77. RGB value is (86,29,119). Sum of RGB (Red+Green+Blue) = 86+29+119=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #561D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D77 is #A9E288. Grayscale: #383838. Windows color (decimal): -11133577 or 7806294. OLE color: 7806294.

HSL color Cylindrical-coordinate representation of color #561D77: hue angle of 278º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #561D77 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8629119-
CMYK0.280.7600.53
HSL278º60.81%29.02%-
HSV(B)278º75.63%46.67%-
XYZ7.614.1917.86-
YUV56.3163.38149.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.75%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=36.75%
G=12.39%
B=50.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86291190.280.7600.5327860.8129.02
Hex561D771C4C0351163d1d
Octal12635167341140654267535
Binary1010110111011110111111001001100011010110001011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,29,119); }

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

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

 a { background-color: rgb(86,29,119); }

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

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

 span { border-color: rgb(86,29,119); }

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