#515476

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

Shades of East Bay #515476

Tints of East Bay #515476

Color information

#515476 (or 0x515476) is unknown color: approx East Bay. HEX triplet: 51, 54 and 76. RGB value is (81,84,118). Sum of RGB (Red+Green+Blue) = 81+84+118=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #515476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515476 is #AEAB89. Grayscale: #565656. Windows color (decimal): -11447178 or 7754833. OLE color: 7754833.

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

Color convert

RGB8184118-
CMYK0.310.2900.54
HSL235.14º18.59%39.02%-
HSV(B)235.14º31.36%46.27%-
XYZ9.839.418.44-
YUV86.98145.51123.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=28.62%
G=29.68%
B=41.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81841180.310.2900.54235.1418.5939.02
Hex5154761F1D036eb1327
Octal12112416637350663532347
Binary101000110101001110110111111110101101101110101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515476; }

 p { color: rgb(81,84,118); }

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

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

 a { background-color: rgb(81,84,118); }

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

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

 span { border-color: rgb(81,84,118); }

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