#592078

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

Shades of Blue Diamond #592078

Tints of Blue Diamond #592078

Color information

#592078 (or 0x592078) is unknown color: approx Blue Diamond. HEX triplet: 59, 20 and 78. RGB value is (89,32,120). Sum of RGB (Red+Green+Blue) = 89+32+120=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #592078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592078 is #A6DF87. Grayscale: #3A3A3A. Windows color (decimal): -10936200 or 7872601. OLE color: 7872601.

HSL color Cylindrical-coordinate representation of color #592078: hue angle of 278.86º 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 #592078 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8932120-
CMYK0.260.7300.53
HSL278.86º57.89%29.8%-
HSV(B)278.86º73.33%47.06%-
XYZ8.034.5118.22-
YUV59.08162.38149.34-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=36.93%
G=13.28%
B=49.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89321200.260.7300.53278.8657.8929.8
Hex5920781A490351173a1e
Octal13140170321110654277236
Binary10110011000001111000110101001001011010110001011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592078; }

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

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

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

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

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

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

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

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