Html Css Color HEX #595492 Governor Bay

📋 copy color: '#595492'

red 89 ◦ green 84 ◦ blue 146

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

Shades of Governor Bay #595492

Tints of Governor Bay #595492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.77%

R = 27.9%
G = 26.33%
B = 45.77%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#595492 (or 0x595492) is known color: Governor Bay. HEX triplet: 59, 54 and 92. RGB value is (89,84,146). Sum of RGB (Red+Green+Blue) = 89+84+146=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #595492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595492 is #A6AB6D. Grayscale: #5C5C5C. Windows color (decimal): -10922862 or 9589849. OLE color: 9589849.

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

Color convert

RGB 89 84 146 -
CMYK 0.39 0.42 0 0.43
HSL 244.84º 0.27% 0.45% -
HSV(B) 244.84º 0.42% 0.57% -
XYZ 12.48 10.54 28.57 -
YUV 92.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 89 84 146 0.39 0.42 0 0.43 244.84 0.27 0.45
Hex 59 54 92 27 2A 0 2B F5 1B 2D
Octal 131 124 222 47 52 0 53 365 33 55
Binary 1011001 1010100 10010010 100111 101010 0 101011 11110101 11011 101101

Color Harmonies of #595492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595492

Black with #595492

Text Example


Text Example

White with #595492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595492; }

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

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

background-color css

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

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

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

border-color css

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

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

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