#592076

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

Shades of Blue Diamond #592076

Tints of Blue Diamond #592076

Color information

#592076 (or 0x592076) is unknown color: approx Blue Diamond. HEX triplet: 59, 20 and 76. RGB value is (89,32,118). Sum of RGB (Red+Green+Blue) = 89+32+118=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #592076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592076 is #A6DF89. Grayscale: #3A3A3A. Windows color (decimal): -10936202 or 7741529. OLE color: 7741529.

HSL color Cylindrical-coordinate representation of color #592076: hue angle of 279.77º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #592076 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8932118-
CMYK0.250.7300.54
HSL279.77º57.33%29.41%-
HSV(B)279.77º72.88%46.27%-
XYZ7.914.4617.58-
YUV58.85161.38149.51-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 32 (12.89% from 255) = 13.39%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=37.24%
G=13.39%
B=49.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89321180.250.7300.54279.7757.3329.41
Hex5920761949036118391d
Octal13140166311110664307135
Binary10110011000001110110110011001001011011010001100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592076; }

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

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

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

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

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

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

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

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