#596298

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

Shades of Governor Bay #596298

Tints of Governor Bay #596298

Color information

#596298 (or 0x596298) is unknown color: approx Governor Bay. HEX triplet: 59, 62 and 98. RGB value is (89,98,152). Sum of RGB (Red+Green+Blue) = 89+98+152=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #596298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596298 is #A69D67. Grayscale: #656565. Windows color (decimal): -10919272 or 9986649. OLE color: 9986649.

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

Color convert

RGB8998152-
CMYK0.410.3600.40
HSL231.43º26.14%47.25%-
HSV(B)231.43º41.45%59.61%-
XYZ14.1613.1331.49-
YUV101.46156.52119.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.25%
GREEN value IS 98 (38.67% from 255) = 28.91%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=26.25%
G=28.91%
B=44.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89981520.410.3600.40231.4326.1447.25
Hex5962982924028e71a2f
Octal13114223051440503473257
Binary101100111000101001100010100110010001010001110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596298; }

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

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

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

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

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

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

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

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