#505A97

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

Shades of Governor Bay #505A97

Tints of Governor Bay #505A97

Color information

#505A97 (or 0x505A97) is unknown color: approx Governor Bay. HEX triplet: 50, 5A and 97. RGB value is (80,90,151). Sum of RGB (Red+Green+Blue) = 80+90+151=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #505A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505A97 is #AFA568. Grayscale: #5D5D5D. Windows color (decimal): -11511145 or 9919056. OLE color: 9919056.

HSL color Cylindrical-coordinate representation of color #505A97: hue angle of 231.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505A97 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8090151-
CMYK0.470.4000.41
HSL231.55º30.74%45.29%-
HSV(B)231.55º47.02%59.22%-
XYZ12.5511.2530.79-
YUV93.96160.19118.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=24.92%
G=28.04%
B=47.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80901510.470.4000.41231.5530.7445.29
Hex505A972F28029e81f2d
Octal12013222757500513503755
Binary101000010110101001011110111110100001010011110100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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