Html Css Color HEX #505B89 Governor Bay

📋 copy color: '#505B89'

red 80 ◦ green 91 ◦ blue 137

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

Shades of Governor Bay #505B89

Tints of Governor Bay #505B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.55%

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

R = 25.97%
G = 29.55%
B = 44.48%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#505B89 (or 0x505B89) is known color: Governor Bay. HEX triplet: 50, 5B and 89. RGB value is (80,91,137). Sum of RGB (Red+Green+Blue) = 80+91+137=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 137 - color contains mainly: blue. Hex color #505B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B89 is #AFA476. Grayscale: #5C5C5C. Windows color (decimal): -11510903 or 9001808. OLE color: 9001808.

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

Color convert

RGB 80 91 137 -
CMYK 0.42 0.34 0 0.46
HSL 228.42º 0.26% 0.43% -
HSV(B) 228.42º 0.42% 0.54% -
XYZ 11.56 10.99 25.18 -
YUV 92.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 80 91 137 0.42 0.34 0 0.46 228.42 0.26 0.43
Hex 50 5B 89 2A 22 0 2E E4 1A 2B
Octal 120 133 211 52 42 0 56 344 32 53
Binary 1010000 1011011 10001001 101010 100010 0 101110 11100100 11010 101011

Color Harmonies of #505B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B89

Black with #505B89

Text Example


Text Example

White with #505B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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