Html Css Color HEX #595493 Governor Bay

📋 copy color: '#595493'

red 89 ◦ green 84 ◦ blue 147

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

Shades of Governor Bay #595493

Tints of Governor Bay #595493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.94%

R = 27.81%
G = 26.25%
B = 45.94%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#595493 (or 0x595493) is known color: Governor Bay. HEX triplet: 59, 54 and 93. RGB value is (89,84,147). Sum of RGB (Red+Green+Blue) = 89+84+147=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #595493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595493 is #A6AB6C. Grayscale: #5C5C5C. Windows color (decimal): -10922861 or 9655385. OLE color: 9655385.

HSL color Cylindrical-coordinate representation of color #595493: hue angle of 244.76º degrees, saturation: 0.27, 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 #595493 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 84 147 -
CMYK 0.39 0.43 0 0.42
HSL 244.76º 0.27% 0.45% -
HSV(B) 244.76º 0.43% 0.58% -
XYZ 12.56 10.57 28.98 -
YUV 92.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 89 84 147 0.39 0.43 0 0.42 244.76 0.27 0.45
Hex 59 54 93 27 2B 0 2A F5 1B 2D
Octal 131 124 223 47 53 0 52 365 33 55
Binary 1011001 1010100 10010011 100111 101011 0 101010 11110101 11011 101101

Color Harmonies of #595493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595493

Black with #595493

Text Example


Text Example

White with #595493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595493; }

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

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

background-color css

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

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

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

border-color css

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

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

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