#515E9B

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

Shades of Governor Bay #515E9B

Tints of Governor Bay #515E9B

Color information

#515E9B (or 0x515E9B) is unknown color: approx Governor Bay. HEX triplet: 51, 5E and 9B. RGB value is (81,94,155). Sum of RGB (Red+Green+Blue) = 81+94+155=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #515E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E9B is #AEA164. Grayscale: #606060. Windows color (decimal): -11444581 or 10182225. OLE color: 10182225.

HSL color Cylindrical-coordinate representation of color #515E9B: hue angle of 229.46º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515E9B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8194155-
CMYK0.480.3900.39
HSL229.46º31.36%46.27%-
HSV(B)229.46º47.74%60.78%-
XYZ13.3112.1232.65-
YUV97.07160.69116.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.55%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=24.55%
G=28.48%
B=46.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81941550.480.3900.39229.4631.3646.27
Hex515E9B3027027e51f2e
Octal12113623360470473453756
Binary101000110111101001101111000010011101001111110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,155); }

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

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

 a { background-color: rgb(81,94,155); }

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

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

 span { border-color: rgb(81,94,155); }

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