#572078

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

Shades of Blue Diamond #572078

Tints of Blue Diamond #572078

Color information

#572078 (or 0x572078) is unknown color: approx Blue Diamond. HEX triplet: 57, 20 and 78. RGB value is (87,32,120). Sum of RGB (Red+Green+Blue) = 87+32+120=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #572078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572078 is #A8DF87. Grayscale: #3A3A3A. Windows color (decimal): -11067272 or 7872599. OLE color: 7872599.

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

Color convert

RGB8732120-
CMYK0.280.7300.53
HSL277.5º57.89%29.8%-
HSV(B)277.5º73.33%47.06%-
XYZ7.844.4218.21-
YUV58.48162.72148.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.40%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=36.40%
G=13.39%
B=50.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87321200.280.7300.53277.557.8929.8
Hex5720781C490351163a1e
Octal12740170341110654267236
Binary10101111000001111000111001001001011010110001011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572078; }

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

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

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

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

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

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

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

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