#561F71

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

Shades of Blue Diamond #561F71

Tints of Blue Diamond #561F71

Color information

#561F71 (or 0x561F71) is unknown color: approx Blue Diamond. HEX triplet: 56, 1F and 71. RGB value is (86,31,113). Sum of RGB (Red+Green+Blue) = 86+31+113=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #561F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561F71 is #A9E08E. Grayscale: #383838. Windows color (decimal): -11133071 or 7413590. OLE color: 7413590.

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

Color convert

RGB8631113-
CMYK0.240.7300.56
HSL280.24º56.94%28.24%-
HSV(B)280.24º72.57%44.31%-
XYZ7.314.1516.04-
YUV56.79159.72148.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.39%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=37.39%
G=13.48%
B=49.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86311130.240.7300.56280.2456.9428.24
Hex561F711849038118391c
Octal12637161301110704307134
Binary1010110111111110001110001001001011100010001100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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