Html Css Color HEX #594D9D Governor Bay

📋 copy color: '#594D9D'

red 89 ◦ green 77 ◦ blue 157

#594D9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #594D9D

Tints of Governor Bay #594D9D

RGB

 RED value IS 89 (35.16% from 255) = 27.55%

 GREEN value IS 77 (30.47% from 255) = 23.84%

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 27.55%
G = 23.84%
B = 48.61%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#594D9D (or 0x594D9D) is known color: Governor Bay. HEX triplet: 59, 4D and 9D. RGB value is (89,77,157). Sum of RGB (Red+Green+Blue) = 89+77+157=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #594D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D9D is #A6B262. Grayscale: #595959. Windows color (decimal): -10924643 or 10308953. OLE color: 10308953.

HSL color Cylindrical-coordinate representation of color #594D9D: hue angle of 249º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #594D9D is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 77 157 -
CMYK 0.43 0.51 0 0.38
HSL 249º 0.34% 0.46% -
HSV(B) 249º 0.51% 0.62% -
XYZ 12.86 9.87 33.12 -
YUV 89.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 89 77 157 0.43 0.51 0 0.38 249 0.34 0.46
Hex 59 4D 9D 2B 33 0 26 F9 22 2E
Octal 131 115 235 53 63 0 46 371 42 56
Binary 1011001 1001101 10011101 101011 110011 0 100110 11111001 100010 101110

Color Harmonies of #594D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D9D

Black with #594D9D

Text Example


Text Example

White with #594D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #594D9D;
 }
 .AnyTagClassName
 {
   color: #594D9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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