#59649A

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

Shades of Governor Bay #59649A

Tints of Governor Bay #59649A

Color information

#59649A (or 0x59649A) is unknown color: approx Governor Bay. HEX triplet: 59, 64 and 9A. RGB value is (89,100,154). Sum of RGB (Red+Green+Blue) = 89+100+154=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #59649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59649A is #A69B65. Grayscale: #666666. Windows color (decimal): -10918758 or 10118233. OLE color: 10118233.

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

Color convert

RGB89100154-
CMYK0.420.3500.40
HSL229.85º26.75%47.65%-
HSV(B)229.85º42.21%60.39%-
XYZ14.5113.5732.43-
YUV102.87156.86118.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.95%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=25.95%
G=29.15%
B=44.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891001540.420.3500.40229.8526.7547.65
Hex59649A2A23028e61b30
Octal13114423252430503463360
Binary101100111001001001101010101010001101010001110011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59649A; }

 p { color: rgb(89,100,154); }

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

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

 a { background-color: rgb(89,100,154); }

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

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

 span { border-color: rgb(89,100,154); }

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