#571C71

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

Shades of Blue Diamond #571C71

Tints of Blue Diamond #571C71

Color information

#571C71 (or 0x571C71) is unknown color: approx Blue Diamond. HEX triplet: 57, 1C and 71. RGB value is (87,28,113). Sum of RGB (Red+Green+Blue) = 87+28+113=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 28 (11.33% from 255 or 12.28% 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 #571C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C71 is #A8E38E. Grayscale: #373737. Windows color (decimal): -11068303 or 7412823. OLE color: 7412823.

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

Color convert

RGB8728113-
CMYK0.230.7500.56
HSL281.65º60.28%27.65%-
HSV(B)281.65º75.22%44.31%-
XYZ7.334.0516.02-
YUV55.33160.55150.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.16%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=38.16%
G=12.28%
B=49.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87281130.230.7500.56281.6560.2827.65
Hex571C71174B03811a3c1c
Octal12734161271130704327434
Binary1010111111001110001101111001011011100010001101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571C71; }

 p { color: rgb(87,28,113); }

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

<style>
 a { background-color: #571C71; }

 a { background-color: rgb(87,28,113); }

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

<style>
 span { border-color: #571C71; }

 span { border-color: rgb(87,28,113); }

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