Html Css Color HEX #594F97 Governor Bay

📋 copy color: '#594F97'

red 89 ◦ green 79 ◦ blue 151

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

Shades of Governor Bay #594F97

Tints of Governor Bay #594F97

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 27.9%
G = 24.76%
B = 47.34%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#594F97 (or 0x594F97) is known color: Governor Bay. HEX triplet: 59, 4F and 97. RGB value is (89,79,151). Sum of RGB (Red+Green+Blue) = 89+79+151=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 151 - color contains mainly: blue. Hex color #594F97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F97 is #A6B068. Grayscale: #595959. Windows color (decimal): -10924137 or 9916249. OLE color: 9916249.

HSL color Cylindrical-coordinate representation of color #594F97: hue angle of 248.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594F97 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 89 79 151 -
CMYK 0.41 0.48 0 0.41
HSL 248.33º 0.31% 0.45% -
HSV(B) 248.33º 0.48% 0.59% -
XYZ 12.5 9.95 30.54 -
YUV 90.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 89 79 151 0.41 0.48 0 0.41 248.33 0.31 0.45
Hex 59 4F 97 29 30 0 29 F8 1F 2D
Octal 131 117 227 51 60 0 51 370 37 55
Binary 1011001 1001111 10010111 101001 110000 0 101001 11111000 11111 101101

Color Harmonies of #594F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594F97

Black with #594F97

Text Example


Text Example

White with #594F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,79,151); }

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

background-color css

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

 a { background-color: rgb(89,79,151); }

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

border-color css

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

 span { border-color: rgb(89,79,151); }

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