#515E99

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

Shades of Governor Bay #515E99

Tints of Governor Bay #515E99

Color information

#515E99 (or 0x515E99) is unknown color: approx Governor Bay. HEX triplet: 51, 5E and 99. RGB value is (81,94,153). Sum of RGB (Red+Green+Blue) = 81+94+153=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #515E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E99 is #AEA166. Grayscale: #606060. Windows color (decimal): -11444583 or 10051153. OLE color: 10051153.

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

Color convert

RGB8194153-
CMYK0.470.3900.4
HSL229.17º30.77%45.88%-
HSV(B)229.17º47.06%60%-
XYZ13.1512.0531.77-
YUV96.84159.69116.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=24.70%
G=28.66%
B=46.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81941530.470.3900.4229.1730.7745.88
Hex515E992F27028e51f2e
Octal12113623157470503453756
Binary101000110111101001100110111110011101010001110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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