#515499

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

Shades of Governor Bay #515499

Tints of Governor Bay #515499

Color information

#515499 (or 0x515499) is unknown color: approx Governor Bay. HEX triplet: 51, 54 and 99. RGB value is (81,84,153). Sum of RGB (Red+Green+Blue) = 81+84+153=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #515499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515499 is #AEAB66. Grayscale: #5A5A5A. Windows color (decimal): -11447143 or 10048593. OLE color: 10048593.

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

Color convert

RGB8184153-
CMYK0.470.4500.4
HSL237.5º30.77%45.88%-
HSV(B)237.5º47.06%60%-
XYZ12.3110.3931.49-
YUV90.97163.01120.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=25.47%
G=26.42%
B=48.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81841530.470.4500.4237.530.7745.88
Hex5154992F2D028ee1f2e
Octal12112423157550503563756
Binary101000110101001001100110111110110101010001110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515499; }

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

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

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

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

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

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

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

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