#595593

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

Shades of Governor Bay #595593

Tints of Governor Bay #595593

Color information

#595593 (or 0x595593) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 93. RGB value is (89,85,147). Sum of RGB (Red+Green+Blue) = 89+85+147=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #595593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595593 is #A6AA6C. Grayscale: #5D5D5D. Windows color (decimal): -10922605 or 9655641. OLE color: 9655641.

HSL color Cylindrical-coordinate representation of color #595593: hue angle of 243.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #595593 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8985147-
CMYK0.390.4200.42
HSL243.87º26.72%45.49%-
HSV(B)243.87º42.18%57.65%-
XYZ12.6310.7329.01-
YUV93.26158.33124.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=27.73%
G=26.48%
B=45.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89851470.390.4200.42243.8726.7245.49
Hex595593272A02Af41b2d
Octal13112522347520523643355
Binary101100110101011001001110011110101001010101111010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595593; }

 p { color: rgb(89,85,147); }

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

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

 a { background-color: rgb(89,85,147); }

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

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

 span { border-color: rgb(89,85,147); }

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