#595C8C

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

Shades of Governor Bay #595C8C

Tints of Governor Bay #595C8C

Color information

#595C8C (or 0x595C8C) is unknown color: approx Governor Bay. HEX triplet: 59, 5C and 8C. RGB value is (89,92,140). Sum of RGB (Red+Green+Blue) = 89+92+140=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #595C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C8C is #A6A373. Grayscale: #606060. Windows color (decimal): -10920820 or 9198681. OLE color: 9198681.

HSL color Cylindrical-coordinate representation of color #595C8C: hue angle of 236.47º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595C8C is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8992140-
CMYK0.360.3400.45
HSL236.47º22.27%44.9%-
HSV(B)236.47º36.43%54.9%-
XYZ12.6811.6726.4-
YUV96.57152.51122.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 92 (36.33% from 255) = 28.66%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=27.73%
G=28.66%
B=43.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89921400.360.3400.45236.4722.2744.9
Hex595C8C242202Dec162d
Octal13113421444420553542655
Binary101100110111001000110010010010001001011011110110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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