#571D78

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

Shades of Blue Diamond #571D78

Tints of Blue Diamond #571D78

Color information

#571D78 (or 0x571D78) is unknown color: approx Blue Diamond. HEX triplet: 57, 1D and 78. RGB value is (87,29,120). Sum of RGB (Red+Green+Blue) = 87+29+120=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #571D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571D78 is #A8E287. Grayscale: #383838. Windows color (decimal): -11068040 or 7871831. OLE color: 7871831.

HSL color Cylindrical-coordinate representation of color #571D78: hue angle of 278.24º 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 #571D78 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8729120-
CMYK0.280.7600.53
HSL278.24º61.07%29.22%-
HSV(B)278.24º75.83%47.06%-
XYZ7.764.2618.18-
YUV56.72163.72149.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=36.86%
G=12.29%
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
Decimal87291200.280.7600.53278.2461.0729.22
Hex571D781C4C0351163d1d
Octal12735170341140654267535
Binary1010111111011111000111001001100011010110001011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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