#506099

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

Shades of Governor Bay #506099

Tints of Governor Bay #506099

Color information

#506099 (or 0x506099) is unknown color: approx Governor Bay. HEX triplet: 50, 60 and 99. RGB value is (80,96,153). Sum of RGB (Red+Green+Blue) = 80+96+153=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #506099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506099 is #AF9F66. Grayscale: #616161. Windows color (decimal): -11509607 or 10051664. OLE color: 10051664.

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

Color convert

RGB8096153-
CMYK0.480.3700.4
HSL226.85º31.33%45.69%-
HSV(B)226.85º47.71%60%-
XYZ13.2412.3731.83-
YUV97.71159.2115.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=24.32%
G=29.18%
B=46.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80961530.480.3700.4226.8531.3345.69
Hex5060993025028e31f2e
Octal12014023160450503433756
Binary101000011000001001100111000010010101010001110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506099; }

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

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

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

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

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

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

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

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