#595594

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

Shades of Governor Bay #595594

Tints of Governor Bay #595594

Color information

#595594 (or 0x595594) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 94. RGB value is (89,85,148). Sum of RGB (Red+Green+Blue) = 89+85+148=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 148 (58.20% from 255 or 45.96% from 322); Max value from RGB is 148 - color contains mainly: blue. Hex color #595594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595594 is #A6AA6B. Grayscale: #5D5D5D. Windows color (decimal): -10922604 or 9721177. OLE color: 9721177.

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

Color convert

RGB8985148-
CMYK0.400.4300.42
HSL243.81º27.04%45.69%-
HSV(B)243.81º42.57%58.04%-
XYZ12.7110.7629.42-
YUV93.38158.83124.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.64%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 148 (58.20% from 255) = 45.96%
R=27.64%
G=26.40%
B=45.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89851480.400.4300.42243.8127.0445.69
Hex595594282B02Af41b2e
Octal13112522450530523643356
Binary101100110101011001010010100010101101010101111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595594; }

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

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

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

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

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

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

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

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