#505A91

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

Shades of Governor Bay #505A91

Tints of Governor Bay #505A91

Color information

#505A91 (or 0x505A91) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 91. RGB value is (80,90,145). Sum of RGB (Red+Green+Blue) = 80+90+145=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #505A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A91 is #AFA56E. Grayscale: #5D5D5D. Windows color (decimal): -11511151 or 9525840. OLE color: 9525840.

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

Color convert

RGB8090145-
CMYK0.450.3800.43
HSL230.77º28.89%44.12%-
HSV(B)230.77º44.83%56.86%-
XYZ12.0811.0628.29-
YUV93.28157.19118.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=25.40%
G=28.57%
B=46.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80901450.450.3800.43230.7728.8944.12
Hex505A912D2602Be71d2c
Octal12013222155460533473554
Binary101000010110101001000110110110011001010111110011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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