#515799

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

Shades of Governor Bay #515799

Tints of Governor Bay #515799

Color information

#515799 (or 0x515799) is unknown color: approx Governor Bay. HEX triplet: 51, 57 and 99. RGB value is (81,87,153). Sum of RGB (Red+Green+Blue) = 81+87+153=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #515799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515799 is #AEA866. Grayscale: #5C5C5C. Windows color (decimal): -11446375 or 10049361. OLE color: 10049361.

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

Color convert

RGB8187153-
CMYK0.470.4300.4
HSL235º30.77%45.88%-
HSV(B)235º47.06%60%-
XYZ12.5510.8731.57-
YUV92.73162.01119.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 153 (60.16% from 255) = 47.66%
R=25.23%
G=27.10%
B=47.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81871530.470.4300.423530.7745.88
Hex5157992F2B028eb1f2e
Octal12112723157530503533756
Binary101000110101111001100110111110101101010001110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515799; }

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

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

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

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

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

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

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

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