#571C78

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

Shades of Blue Diamond #571C78

Tints of Blue Diamond #571C78

Color information

#571C78 (or 0x571C78) is unknown color: approx Blue Diamond. HEX triplet: 57, 1C and 78. RGB value is (87,28,120). Sum of RGB (Red+Green+Blue) = 87+28+120=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #571C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C78 is #A8E387. Grayscale: #373737. Windows color (decimal): -11068296 or 7871575. OLE color: 7871575.

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

Color convert

RGB8728120-
CMYK0.280.7700.53
HSL278.48º62.16%29.02%-
HSV(B)278.48º76.67%47.06%-
XYZ7.744.2118.17-
YUV56.13164.05150.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 28 (11.33% from 255) = 11.91%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=37.02%
G=11.91%
B=51.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87281200.280.7700.53278.4862.1629.02
Hex571C781C4D0351163e1d
Octal12734170341150654267635
Binary1010111111001111000111001001101011010110001011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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