Html Css Color HEX #594E9F Governor Bay

📋 copy color: '#594E9F'

red 89 ◦ green 78 ◦ blue 159

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

Shades of Governor Bay #594E9F

Tints of Governor Bay #594E9F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 27.3%
G = 23.93%
B = 48.77%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#594E9F (or 0x594E9F) is known color: Governor Bay. HEX triplet: 59, 4E and 9F. RGB value is (89,78,159). Sum of RGB (Red+Green+Blue) = 89+78+159=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #594E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E9F is #A6B160. Grayscale: #5A5A5A. Windows color (decimal): -10924385 or 10440281. OLE color: 10440281.

HSL color Cylindrical-coordinate representation of color #594E9F: hue angle of 248.15º 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 #594E9F is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 78 159 -
CMYK 0.44 0.51 0 0.38
HSL 248.15º 0.34% 0.46% -
HSV(B) 248.15º 0.51% 0.62% -
XYZ 13.1 10.08 34.06 -
YUV 90.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 89 78 159 0.44 0.51 0 0.38 248.15 0.34 0.46
Hex 59 4E 9F 2C 33 0 26 F8 22 2E
Octal 131 116 237 54 63 0 46 370 42 56
Binary 1011001 1001110 10011111 101100 110011 0 100110 11111000 100010 101110

Color Harmonies of #594E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594E9F

Black with #594E9F

Text Example


Text Example

White with #594E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,78,159); }

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

background-color css

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

 a { background-color: rgb(89,78,159); }

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

border-color css

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

 span { border-color: rgb(89,78,159); }

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