#515399

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

Shades of Governor Bay #515399

Tints of Governor Bay #515399

Color information

#515399 (or 0x515399) is unknown color: approx Governor Bay. HEX triplet: 51, 53 and 99. RGB value is (81,83,153). Sum of RGB (Red+Green+Blue) = 81+83+153=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #515399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515399 is #AEAC66. Grayscale: #5A5A5A. Windows color (decimal): -11447399 or 10048337. OLE color: 10048337.

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

Color convert

RGB8183153-
CMYK0.470.4600.4
HSL238.33º30.77%45.88%-
HSV(B)238.33º47.06%60%-
XYZ12.2410.2431.47-
YUV90.38163.34121.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=25.55%
G=26.18%
B=48.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81831530.470.4600.4238.3330.7745.88
Hex5153992F2E028ee1f2e
Octal12112323157560503563756
Binary101000110100111001100110111110111001010001110111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515399; }

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

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

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

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

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

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

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

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