#595C9A

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

Shades of Governor Bay #595C9A

Tints of Governor Bay #595C9A

Color information

#595C9A (or 0x595C9A) is unknown color: approx Governor Bay. HEX triplet: 59, 5C and 9A. RGB value is (89,92,154). Sum of RGB (Red+Green+Blue) = 89+92+154=335 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.57% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #595C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C9A is #A6A365. Grayscale: #616161. Windows color (decimal): -10920806 or 10116185. OLE color: 10116185.

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

Color convert

RGB8992154-
CMYK0.420.4000.40
HSL237.23º26.75%47.65%-
HSV(B)237.23º42.21%60.39%-
XYZ13.7812.1132.18-
YUV98.17159.51121.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.57%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=26.57%
G=27.46%
B=45.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89921540.420.4000.40237.2326.7547.65
Hex595C9A2A28028ed1b30
Octal13113423252500503553360
Binary101100110111001001101010101010100001010001110110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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