#515B99

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

Shades of Governor Bay #515B99

Tints of Governor Bay #515B99

Color information

#515B99 (or 0x515B99) is unknown color: approx Governor Bay. HEX triplet: 51, 5B and 99. RGB value is (81,91,153). Sum of RGB (Red+Green+Blue) = 81+91+153=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #515B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B99 is #AEA466. Grayscale: #5E5E5E. Windows color (decimal): -11445351 or 10050385. OLE color: 10050385.

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

Color convert

RGB8191153-
CMYK0.470.4100.4
HSL231.67º30.77%45.88%-
HSV(B)231.67º47.06%60%-
XYZ12.8811.5331.68-
YUV95.08160.69117.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=24.92%
G=28%
B=47.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81911530.470.4100.4231.6730.7745.88
Hex515B992F29028e81f2e
Octal12113323157510503503756
Binary101000110110111001100110111110100101010001110100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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