Html Css Color HEX #595494 Governor Bay

📋 copy color: '#595494'

red 89 ◦ green 84 ◦ blue 148

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

Shades of Governor Bay #595494

Tints of Governor Bay #595494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 148 (58.2% from 255) = 46.11%

R = 27.73%
G = 26.17%
B = 46.11%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595494 (or 0x595494) is known color: Governor Bay. HEX triplet: 59, 54 and 94. RGB value is (89,84,148). Sum of RGB (Red+Green+Blue) = 89+84+148=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #595494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595494 is #A6AB6B. Grayscale: #5C5C5C. Windows color (decimal): -10922860 or 9720921. OLE color: 9720921.

HSL color Cylindrical-coordinate representation of color #595494: hue angle of 244.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #595494 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 84 148 -
CMYK 0.40 0.43 0 0.42
HSL 244.69º 0.28% 0.45% -
HSV(B) 244.69º 0.43% 0.58% -
XYZ 12.64 10.6 29.4 -
YUV 92.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 89 84 148 0.40 0.43 0 0.42 244.69 0.28 0.45
Hex 59 54 94 28 2B 0 2A F5 1C 2D
Octal 131 124 224 50 53 0 52 365 34 55
Binary 1011001 1010100 10010100 101000 101011 0 101010 11110101 11100 101101

Color Harmonies of #595494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595494

Black with #595494

Text Example


Text Example

White with #595494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595494; }

 p { color: rgb(89,84,148); }

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

background-color css

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

 a { background-color: rgb(89,84,148); }

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

border-color css

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

 span { border-color: rgb(89,84,148); }

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