#592074

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

Shades of Blue Diamond #592074

Tints of Blue Diamond #592074

Color information

#592074 (or 0x592074) is unknown color: approx Blue Diamond. HEX triplet: 59, 20 and 74. RGB value is (89,32,116). Sum of RGB (Red+Green+Blue) = 89+32+116=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #592074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592074 is #A6DF8B. Grayscale: #3A3A3A. Windows color (decimal): -10936204 or 7610457. OLE color: 7610457.

HSL color Cylindrical-coordinate representation of color #592074: hue angle of 280.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #592074 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8932116-
CMYK0.230.7200.55
HSL280.71º56.76%29.02%-
HSV(B)280.71º72.41%45.49%-
XYZ7.794.4216.97-
YUV58.62160.38149.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.55%
GREEN value IS 32 (12.89% from 255) = 13.50%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=37.55%
G=13.50%
B=48.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89321160.230.7200.55280.7156.7629.02
Hex5920741748037119391d
Octal13140164271100674317135
Binary10110011000001110100101111001000011011110001100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592074; }

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

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

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

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

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

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

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

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