#516099

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

Shades of Governor Bay #516099

Tints of Governor Bay #516099

Color information

#516099 (or 0x516099) is unknown color: approx Governor Bay. HEX triplet: 51, 60 and 99. RGB value is (81,96,153). Sum of RGB (Red+Green+Blue) = 81+96+153=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #516099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #516099 is #AE9F66. Grayscale: #616161. Windows color (decimal): -11444071 or 10051665. OLE color: 10051665.

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

Color convert

RGB8196153-
CMYK0.470.3700.4
HSL227.5º30.77%45.88%-
HSV(B)227.5º47.06%60%-
XYZ13.3312.4131.83-
YUV98.01159.03115.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=24.55%
G=29.09%
B=46.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81961530.470.3700.4227.530.7745.88
Hex5160992F25028e41f2e
Octal12114023157450503443756
Binary101000111000001001100110111110010101010001110010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516099; }

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

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

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

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

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

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

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

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