Html Css Color HEX #505189 Governor Bay

📋 copy color: '#505189'

red 80 ◦ green 81 ◦ blue 137

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

Shades of Governor Bay #505189

Tints of Governor Bay #505189

RGB

 RED value IS 80 (31.64% from 255) = 26.85%

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

 BLUE value IS 137 (53.91% from 255) = 45.97%

R = 26.85%
G = 27.18%
B = 45.97%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#505189 (or 0x505189) is known color: Governor Bay. HEX triplet: 50, 51 and 89. RGB value is (80,81,137). Sum of RGB (Red+Green+Blue) = 80+81+137=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #505189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505189 is #AFAE76. Grayscale: #565656. Windows color (decimal): -11513463 or 8999248. OLE color: 8999248.

HSL color Cylindrical-coordinate representation of color #505189: hue angle of 238.95º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #505189 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 81 137 -
CMYK 0.42 0.41 0 0.46
HSL 238.95º 0.26% 0.43% -
HSV(B) 238.95º 0.42% 0.54% -
XYZ 10.77 9.4 24.91 -
YUV 87.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 80 81 137 0.42 0.41 0 0.46 238.95 0.26 0.43
Hex 50 51 89 2A 29 0 2E EF 1A 2B
Octal 120 121 211 52 51 0 56 357 32 53
Binary 1010000 1010001 10001001 101010 101001 0 101110 11101111 11010 101011

Color Harmonies of #505189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505189

Black with #505189

Text Example


Text Example

White with #505189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505189; }

 p { color: rgb(80,81,137); }

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

background-color css

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

 a { background-color: rgb(80,81,137); }

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

border-color css

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

 span { border-color: rgb(80,81,137); }

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