#595892

Color #595892 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #595892

Tints of Governor Bay #595892

Color information

#595892 (or 0x595892) is unknown color: approx Governor Bay. HEX triplet: 59, 58 and 92. RGB value is (89,88,146). Sum of RGB (Red+Green+Blue) = 89+88+146=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #595892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595892 is #A6A76D. Grayscale: #5E5E5E. Windows color (decimal): -10921838 or 9590873. OLE color: 9590873.

HSL color Cylindrical-coordinate representation of color #595892: hue angle of 241.03º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595892 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8988146-
CMYK0.390.4000.43
HSL241.03º24.79%45.88%-
HSV(B)241.03º39.73%57.25%-
XYZ12.811.1828.68-
YUV94.91156.83123.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=27.55%
G=27.24%
B=45.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89881460.390.4000.43241.0324.7945.88
Hex595892272802Bf1192e
Octal13113022247500533613156
Binary101100110110001001001010011110100001010111111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595892; }

 p { color: rgb(89,88,146); }

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

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

 a { background-color: rgb(89,88,146); }

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

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

 span { border-color: rgb(89,88,146); }

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