#595E9C

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

Shades of Governor Bay #595E9C

Tints of Governor Bay #595E9C

Color information

#595E9C (or 0x595E9C) is unknown color: approx Governor Bay. HEX triplet: 59, 5E and 9C. RGB value is (89,94,156). Sum of RGB (Red+Green+Blue) = 89+94+156=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #595E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595E9C is #A6A163. Grayscale: #636363. Windows color (decimal): -10920292 or 10247769. OLE color: 10247769.

HSL color Cylindrical-coordinate representation of color #595E9C: hue angle of 235.52º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595E9C is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8994156-
CMYK0.430.4000.39
HSL235.52º27.35%48.04%-
HSV(B)235.52º42.95%61.18%-
XYZ14.1212.5333.13-
YUV99.57159.84120.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=26.25%
G=27.73%
B=46.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89941560.430.4000.39235.5227.3548.04
Hex595E9C2B28027ec1b30
Octal13113623453500473543360
Binary101100110111101001110010101110100001001111110110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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