Html Css Color HEX #505489 Governor Bay

📋 copy color: '#505489'

red 80 ◦ green 84 ◦ blue 137

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

Shades of Governor Bay #505489

Tints of Governor Bay #505489

RGB

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

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

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

R = 26.58%
G = 27.91%
B = 45.51%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#505489 (or 0x505489) is known color: Governor Bay. HEX triplet: 50, 54 and 89. RGB value is (80,84,137). Sum of RGB (Red+Green+Blue) = 80+84+137=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #505489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505489 is #AFAB76. Grayscale: #585858. Windows color (decimal): -11512695 or 9000016. OLE color: 9000016.

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

Color convert

RGB 80 84 137 -
CMYK 0.42 0.39 0 0.46
HSL 235.79º 0.26% 0.43% -
HSV(B) 235.79º 0.42% 0.54% -
XYZ 10.99 9.85 24.99 -
YUV 88.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 80 84 137 0.42 0.39 0 0.46 235.79 0.26 0.43
Hex 50 54 89 2A 27 0 2E EC 1A 2B
Octal 120 124 211 52 47 0 56 354 32 53
Binary 1010000 1010100 10001001 101010 100111 0 101110 11101100 11010 101011

Color Harmonies of #505489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505489

Black with #505489

Text Example


Text Example

White with #505489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505489; }

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

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

background-color css

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

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

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

border-color css

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

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

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