#515F99

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

Shades of Governor Bay #515F99

Tints of Governor Bay #515F99

Color information

#515F99 (or 0x515F99) is unknown color: approx Governor Bay. HEX triplet: 51, 5F and 99. RGB value is (81,95,153). Sum of RGB (Red+Green+Blue) = 81+95+153=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #515F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515F99 is #AEA066. Grayscale: #616161. Windows color (decimal): -11444327 or 10051409. OLE color: 10051409.

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

Color convert

RGB8195153-
CMYK0.470.3800.4
HSL228.33º30.77%45.88%-
HSV(B)228.33º47.06%60%-
XYZ13.2412.2331.8-
YUV97.43159.36116.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=24.62%
G=28.88%
B=46.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81951530.470.3800.4228.3330.7745.88
Hex515F992F26028e41f2e
Octal12113723157460503443756
Binary101000110111111001100110111110011001010001110010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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