Html Css Color HEX #59519D Governor Bay

📋 copy color: '#59519D'

red 89 ◦ green 81 ◦ blue 157

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

Shades of Governor Bay #59519D

Tints of Governor Bay #59519D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

 BLUE value IS 157 (61.72% from 255) = 48.01%

R = 27.22%
G = 24.77%
B = 48.01%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#59519D (or 0x59519D) is known color: Governor Bay. HEX triplet: 59, 51 and 9D. RGB value is (89,81,157). Sum of RGB (Red+Green+Blue) = 89+81+157=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #59519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59519D is #A6AE62. Grayscale: #5B5B5B. Windows color (decimal): -10923619 or 10309977. OLE color: 10309977.

HSL color Cylindrical-coordinate representation of color #59519D: hue angle of 246.32º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59519D is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 81 157 -
CMYK 0.43 0.48 0 0.38
HSL 246.32º 0.32% 0.47% -
HSV(B) 246.32º 0.48% 0.62% -
XYZ 13.15 10.44 33.22 -
YUV 92.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 89 81 157 0.43 0.48 0 0.38 246.32 0.32 0.47
Hex 59 51 9D 2B 30 0 26 F6 20 2F
Octal 131 121 235 53 60 0 46 366 40 57
Binary 1011001 1010001 10011101 101011 110000 0 100110 11110110 100000 101111

Color Harmonies of #59519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59519D

Black with #59519D

Text Example


Text Example

White with #59519D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59519D; }

 p { color: rgb(89,81,157); }

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

background-color css

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

 a { background-color: rgb(89,81,157); }

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

border-color css

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

 span { border-color: rgb(89,81,157); }

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