Html Css Color HEX #505B91 Governor Bay

📋 copy color: '#505B91'

red 80 ◦ green 91 ◦ blue 145

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

Shades of Governor Bay #505B91

Tints of Governor Bay #505B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 25.32%
G = 28.8%
B = 45.89%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#505B91 (or 0x505B91) is known color: Governor Bay. HEX triplet: 50, 5B and 91. RGB value is (80,91,145). Sum of RGB (Red+Green+Blue) = 80+91+145=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #505B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505B91 is #AFA46E. Grayscale: #5D5D5D. Windows color (decimal): -11510895 or 9526096. OLE color: 9526096.

HSL color Cylindrical-coordinate representation of color #505B91: hue angle of 229.85º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505B91 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 91 145 -
CMYK 0.45 0.37 0 0.43
HSL 229.85º 0.29% 0.44% -
HSV(B) 229.85º 0.45% 0.57% -
XYZ 12.16 11.23 28.32 -
YUV 93.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 80 91 145 0.45 0.37 0 0.43 229.85 0.29 0.44
Hex 50 5B 91 2D 25 0 2B E6 1D 2C
Octal 120 133 221 55 45 0 53 346 35 54
Binary 1010000 1011011 10010001 101101 100101 0 101011 11100110 11101 101100

Color Harmonies of #505B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505B91

Black with #505B91

Text Example


Text Example

White with #505B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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