#515299

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

Shades of Governor Bay #515299

Tints of Governor Bay #515299

Color information

#515299 (or 0x515299) is unknown color: approx Governor Bay. HEX triplet: 51, 52 and 99. RGB value is (81,82,153). Sum of RGB (Red+Green+Blue) = 81+82+153=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #515299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515299 is #AEAD66. Grayscale: #595959. Windows color (decimal): -11447655 or 10048081. OLE color: 10048081.

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

Color convert

RGB8182153-
CMYK0.470.4600.4
HSL239.17º30.77%45.88%-
HSV(B)239.17º47.06%60%-
XYZ12.1610.0831.44-
YUV89.79163.67121.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=25.63%
G=25.95%
B=48.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81821530.470.4600.4239.1730.7745.88
Hex5152992F2E028ef1f2e
Octal12112223157560503573756
Binary101000110100101001100110111110111001010001110111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515299; }

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

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

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

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

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

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

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

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