#595898

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

Shades of Governor Bay #595898

Tints of Governor Bay #595898

Color information

#595898 (or 0x595898) is unknown color: approx Governor Bay. HEX triplet: 59, 58 and 98. RGB value is (89,88,152). Sum of RGB (Red+Green+Blue) = 89+88+152=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #595898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595898 is #A6A767. Grayscale: #5F5F5F. Windows color (decimal): -10921832 or 9984089. OLE color: 9984089.

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

Color convert

RGB8988152-
CMYK0.410.4200.40
HSL240.94º26.67%47.06%-
HSV(B)240.94º42.11%59.61%-
XYZ13.2811.3731.2-
YUV95.6159.83123.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=27.05%
G=26.75%
B=46.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89881520.410.4200.40240.9426.6747.06
Hex595898292A028f11b2f
Octal13113023051520503613357
Binary101100110110001001100010100110101001010001111000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595898; }

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

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

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

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

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

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

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

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