#596194

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

Shades of Governor Bay #596194

Tints of Governor Bay #596194

Color information

#596194 (or 0x596194) is unknown color: approx Governor Bay. HEX triplet: 59, 61 and 94. RGB value is (89,97,148). Sum of RGB (Red+Green+Blue) = 89+97+148=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #596194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596194 is #A69E6B. Grayscale: #646464. Windows color (decimal): -10919532 or 9724249. OLE color: 9724249.

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

Color convert

RGB8997148-
CMYK0.400.3400.42
HSL231.86º24.89%46.47%-
HSV(B)231.86º39.86%58.04%-
XYZ13.7412.8129.77-
YUV100.42154.85119.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.65%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=26.65%
G=29.04%
B=44.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89971480.400.3400.42231.8624.8946.47
Hex596194282202Ae8192e
Octal13114122450420523503156
Binary101100111000011001010010100010001001010101110100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596194; }

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

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

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

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

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

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

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

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