#571c79

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

Shades of Blue Diamond #571C79

Tints of Blue Diamond #571C79

Color information

#571C79 (or 0x571C79) is unknown color: approx Blue Diamond. HEX triplet: 57, 1C and 79. RGB value is (87,28,121). Sum of RGB (Red+Green+Blue) = 87+28+121=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #571C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571C79 is #A8E386. Grayscale: #373737. Windows color (decimal): -11068295 or 7937111. OLE color: 7937111.

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

Color convert

RGB8728121-
CMYK0.280.7700.53
HSL278.06º62.42%29.22%-
HSV(B)278.06º76.86%47.45%-
XYZ7.84.2418.5-
YUV56.24164.55149.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=36.86%
G=11.86%
B=51.27%

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
Decimal87281210.280.7700.53278.0662.4229.22
Hex571C791C4D0351163e1d
Octal12734171341150654267635
Binary1010111111001111001111001001101011010110001011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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