#595E92

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

Shades of Governor Bay #595E92

Tints of Governor Bay #595E92

Color information

#595E92 (or 0x595E92) is unknown color: approx Governor Bay. HEX triplet: 59, 5E and 92. RGB value is (89,94,146). Sum of RGB (Red+Green+Blue) = 89+94+146=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #595E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E92 is #A6A16D. Grayscale: #626262. Windows color (decimal): -10920302 or 9592409. OLE color: 9592409.

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

Color convert

RGB8994146-
CMYK0.390.3600.43
HSL234.74º24.26%46.08%-
HSV(B)234.74º39.04%57.25%-
XYZ13.3112.228.85-
YUV98.43154.84121.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=27.05%
G=28.57%
B=44.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89941460.390.3600.43234.7424.2646.08
Hex595E92272402Beb182e
Octal13113622247440533533056
Binary101100110111101001001010011110010001010111110101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595E92; }

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

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

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

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

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

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

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

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