Html Css Color HEX #59509B Governor Bay

📋 copy color: '#59509B'

red 89 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #59509B

Tints of Governor Bay #59509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 27.47%
G = 24.69%
B = 47.84%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#59509B (or 0x59509B) is known color: Governor Bay. HEX triplet: 59, 50 and 9B. RGB value is (89,80,155). Sum of RGB (Red+Green+Blue) = 89+80+155=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #59509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59509B is #A6AF64. Grayscale: #5A5A5A. Windows color (decimal): -10923877 or 10178649. OLE color: 10178649.

HSL color Cylindrical-coordinate representation of color #59509B: hue angle of 247.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59509B is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 80 155 -
CMYK 0.43 0.48 0 0.39
HSL 247.2º 0.32% 0.46% -
HSV(B) 247.2º 0.48% 0.61% -
XYZ 12.9 10.23 32.3 -
YUV 91.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 89 80 155 0.43 0.48 0 0.39 247.2 0.32 0.46
Hex 59 50 9B 2B 30 0 27 F7 20 2E
Octal 131 120 233 53 60 0 47 367 40 56
Binary 1011001 1010000 10011011 101011 110000 0 100111 11110111 100000 101110

Color Harmonies of #59509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59509B

Black with #59509B

Text Example


Text Example

White with #59509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59509B; }

 p { color: rgb(89,80,155); }

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

background-color css

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

 a { background-color: rgb(89,80,155); }

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

border-color css

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

 span { border-color: rgb(89,80,155); }

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