#595D95

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

Shades of Governor Bay #595D95

Tints of Governor Bay #595D95

Color information

#595D95 (or 0x595D95) is unknown color: approx Governor Bay. HEX triplet: 59, 5D and 95. RGB value is (89,93,149). Sum of RGB (Red+Green+Blue) = 89+93+149=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #595D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595D95 is #A6A26A. Grayscale: #616161. Windows color (decimal): -10920555 or 9788761. OLE color: 9788761.

HSL color Cylindrical-coordinate representation of color #595D95: hue angle of 236º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595D95 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8993149-
CMYK0.400.3800.42
HSL236º25.21%46.67%-
HSV(B)236º40.27%58.43%-
XYZ13.4612.1230.06-
YUV98.19156.67121.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=26.89%
G=28.10%
B=45.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89931490.400.3800.4223625.2146.67
Hex595D95282602Aec192f
Octal13113522550460523543157
Binary101100110111011001010110100010011001010101110110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,93,149); }

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

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

 a { background-color: rgb(89,93,149); }

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

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

 span { border-color: rgb(89,93,149); }

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