#561D71

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

Shades of Blue Diamond #561D71

Tints of Blue Diamond #561D71

Color information

#561D71 (or 0x561D71) is unknown color: approx Blue Diamond. HEX triplet: 56, 1D and 71. RGB value is (86,29,113). Sum of RGB (Red+Green+Blue) = 86+29+113=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #561D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D71 is #A9E28E. Grayscale: #373737. Windows color (decimal): -11133583 or 7413078. OLE color: 7413078.

HSL color Cylindrical-coordinate representation of color #561D71: hue angle of 280.71º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561D71 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8629113-
CMYK0.240.7400.56
HSL280.71º59.15%27.84%-
HSV(B)280.71º74.34%44.31%-
XYZ7.264.0516.02-
YUV55.62160.38149.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 29 (11.72% from 255) = 12.72%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=37.72%
G=12.72%
B=49.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86291130.240.7400.56280.7159.1527.84
Hex561D71184A0381193b1c
Octal12635161301120704317334
Binary1010110111011110001110001001010011100010001100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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