#595C9C

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

Shades of Governor Bay #595C9C

Tints of Governor Bay #595C9C

Color information

#595C9C (or 0x595C9C) is unknown color: approx Governor Bay. HEX triplet: 59, 5C and 9C. RGB value is (89,92,156). Sum of RGB (Red+Green+Blue) = 89+92+156=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #595C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C9C is #A6A363. Grayscale: #626262. Windows color (decimal): -10920804 or 10247257. OLE color: 10247257.

HSL color Cylindrical-coordinate representation of color #595C9C: hue angle of 237.31º 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 #595C9C is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8992156-
CMYK0.430.4100.39
HSL237.31º27.35%48.04%-
HSV(B)237.31º42.95%61.18%-
XYZ13.9512.1833.07-
YUV98.4160.51121.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.41%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=26.41%
G=27.30%
B=46.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89921560.430.4100.39237.3127.3548.04
Hex595C9C2B29027ed1b30
Octal13113423453510473553360
Binary101100110111001001110010101110100101001111110110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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