#505E99

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

Shades of Governor Bay #505E99

Tints of Governor Bay #505E99

Color information

#505E99 (or 0x505E99) is unknown color: approx Governor Bay. HEX triplet: 50, 5E and 99. RGB value is (80,94,153). Sum of RGB (Red+Green+Blue) = 80+94+153=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #505E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E99 is #AFA166. Grayscale: #606060. Windows color (decimal): -11510119 or 10051152. OLE color: 10051152.

HSL color Cylindrical-coordinate representation of color #505E99: hue angle of 228.49º 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 #505E99 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8094153-
CMYK0.480.3900.4
HSL228.49º31.33%45.69%-
HSV(B)228.49º47.71%60%-
XYZ13.0612.0131.77-
YUV96.54159.86116.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=24.46%
G=28.75%
B=46.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80941530.480.3900.4228.4931.3345.69
Hex505E993027028e41f2e
Octal12013623160470503443756
Binary101000010111101001100111000010011101010001110010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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