#595598

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

Shades of Governor Bay #595598

Tints of Governor Bay #595598

Color information

#595598 (or 0x595598) is unknown color: approx Governor Bay. HEX triplet: 59, 55 and 98. RGB value is (89,85,152). Sum of RGB (Red+Green+Blue) = 89+85+152=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #595598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595598 is #A6AA67. Grayscale: #5D5D5D. Windows color (decimal): -10922600 or 9983321. OLE color: 9983321.

HSL color Cylindrical-coordinate representation of color #595598: hue angle of 243.58º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595598 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8985152-
CMYK0.410.4400.40
HSL243.58º28.27%46.47%-
HSV(B)243.58º44.08%59.61%-
XYZ13.0410.8931.12-
YUV93.83160.83124.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=27.30%
G=26.07%
B=46.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89851520.410.4400.40243.5828.2746.47
Hex595598292C028f41c2e
Octal13112523051540503643456
Binary101100110101011001100010100110110001010001111010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595598; }

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

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

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

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

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

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

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

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