#594D9B

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

Shades of Governor Bay #594D9B

Tints of Governor Bay #594D9B

Color information

#594D9B (or 0x594D9B) is unknown color: approx Governor Bay. HEX triplet: 59, 4D and 9B. RGB value is (89,77,155). Sum of RGB (Red+Green+Blue) = 89+77+155=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #594D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D9B is #A6B264. Grayscale: #595959. Windows color (decimal): -10924645 or 10177881. OLE color: 10177881.

HSL color Cylindrical-coordinate representation of color #594D9B: hue angle of 249.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #594D9B is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8977155-
CMYK0.430.5000.39
HSL249.23º33.62%45.49%-
HSV(B)249.23º50.32%60.78%-
XYZ12.699.832.23-
YUV89.48164.98127.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.73%
GREEN value IS 77 (30.47% from 255) = 23.99%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=27.73%
G=23.99%
B=48.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89771550.430.5000.39249.2333.6245.49
Hex594D9B2B32027f9222d
Octal13111523353620473714255
Binary1011001100110110011011101011110010010011111111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594D9B; }

 p { color: rgb(89,77,155); }

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

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

 a { background-color: rgb(89,77,155); }

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

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

 span { border-color: rgb(89,77,155); }

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