#505E91

Color #505E91 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #505E91

Tints of Governor Bay #505E91

Color information

#505E91 (or 0x505E91) is unknown color: approx Governor Bay. HEX triplet: 50, 5E and 91. RGB value is (80,94,145). Sum of RGB (Red+Green+Blue) = 80+94+145=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #505E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E91 is #AFA16E. Grayscale: #5F5F5F. Windows color (decimal): -11510127 or 9526864. OLE color: 9526864.

HSL color Cylindrical-coordinate representation of color #505E91: hue angle of 227.08º 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 #505E91 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8094145-
CMYK0.450.3500.43
HSL227.08º28.89%44.12%-
HSV(B)227.08º44.83%56.86%-
XYZ12.4211.7628.4-
YUV95.63155.86116.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 94 (37.11% from 255) = 29.47%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=25.08%
G=29.47%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80941450.450.3500.43227.0828.8944.12
Hex505E912D2302Be31d2c
Octal12013622155430533433554
Binary101000010111101001000110110110001101010111110001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #505E91;
 }
 .AnyTagClassName
 {
   color: #505E91;
 }
</style>
background-color css

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

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

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

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

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

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