#515B9F

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

Shades of Governor Bay #515B9F

Tints of Governor Bay #515B9F

Color information

#515B9F (or 0x515B9F) is unknown color: approx Governor Bay. HEX triplet: 51, 5B and 9F. RGB value is (81,91,159). Sum of RGB (Red+Green+Blue) = 81+91+159=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #515B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B9F is #AEA460. Grayscale: #5F5F5F. Windows color (decimal): -11445345 or 10443601. OLE color: 10443601.

HSL color Cylindrical-coordinate representation of color #515B9F: hue angle of 232.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #515B9F is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8191159-
CMYK0.490.4300.38
HSL232.31º32.5%47.06%-
HSV(B)232.31º49.06%62.35%-
XYZ13.3911.7334.36-
YUV95.76163.69117.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=24.47%
G=27.49%
B=48.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81911590.490.4300.38232.3132.547.06
Hex515B9F312B026e8202f
Octal12113323761530463504057
Binary1010001101101110011111110001101011010011011101000100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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