#572079

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

Shades of Blue Diamond #572079

Tints of Blue Diamond #572079

Color information

#572079 (or 0x572079) is unknown color: approx Blue Diamond. HEX triplet: 57, 20 and 79. RGB value is (87,32,121). Sum of RGB (Red+Green+Blue) = 87+32+121=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #572079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572079 is #A8DF86. Grayscale: #3A3A3A. Windows color (decimal): -11067271 or 7938135. OLE color: 7938135.

HSL color Cylindrical-coordinate representation of color #572079: hue angle of 277.08º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572079 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8732121-
CMYK0.280.7400.53
HSL277.08º58.17%30%-
HSV(B)277.08º73.55%47.45%-
XYZ7.94.4418.53-
YUV58.59163.22148.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.25%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=36.25%
G=13.33%
B=50.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87321210.280.7400.53277.0858.1730
Hex5720791C4A0351153a1e
Octal12740171341120654257236
Binary10101111000001111001111001001010011010110001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572079; }

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

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

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

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

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

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

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

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