#505C99

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

Shades of Governor Bay #505C99

Tints of Governor Bay #505C99

Color information

#505C99 (or 0x505C99) is unknown color: approx Governor Bay. HEX triplet: 50, 5C and 99. RGB value is (80,92,153). Sum of RGB (Red+Green+Blue) = 80+92+153=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #505C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505C99 is #AFA366. Grayscale: #5F5F5F. Windows color (decimal): -11510631 or 10050640. OLE color: 10050640.

HSL color Cylindrical-coordinate representation of color #505C99: hue angle of 230.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505C99 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8092153-
CMYK0.480.4000.4
HSL230.14º31.33%45.69%-
HSV(B)230.14º47.71%60%-
XYZ12.8911.6631.71-
YUV95.37160.52117.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.62%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=24.62%
G=28.31%
B=47.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80921530.480.4000.4230.1431.3345.69
Hex505C993028028e61f2e
Octal12013423160500503463756
Binary101000010111001001100111000010100001010001110011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,92,153); }

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

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

 a { background-color: rgb(80,92,153); }

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

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

 span { border-color: rgb(80,92,153); }

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