#515699

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

Shades of Governor Bay #515699

Tints of Governor Bay #515699

Color information

#515699 (or 0x515699) is unknown color: approx Governor Bay. HEX triplet: 51, 56 and 99. RGB value is (81,86,153). Sum of RGB (Red+Green+Blue) = 81+86+153=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #515699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515699 is #AEA966. Grayscale: #5B5B5B. Windows color (decimal): -11446631 or 10049105. OLE color: 10049105.

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

Color convert

RGB8186153-
CMYK0.470.4400.4
HSL235.83º30.77%45.88%-
HSV(B)235.83º47.06%60%-
XYZ12.4710.731.55-
YUV92.14162.34120.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=25.31%
G=26.88%
B=47.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81861530.470.4400.4235.8330.7745.88
Hex5156992F2C028ec1f2e
Octal12112623157540503543756
Binary101000110101101001100110111110110001010001110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515699; }

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

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

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

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

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

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

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

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