#515877

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

Shades of East Bay #515877

Tints of East Bay #515877

Color information

#515877 (or 0x515877) is unknown color: approx East Bay. HEX triplet: 51, 58 and 77. RGB value is (81,88,119). Sum of RGB (Red+Green+Blue) = 81+88+119=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #515877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515877 is #AEA788. Grayscale: #595959. Windows color (decimal): -11446153 or 7821393. OLE color: 7821393.

HSL color Cylindrical-coordinate representation of color #515877: hue angle of 228.95º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515877 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8188119-
CMYK0.320.2600.53
HSL228.95º19%39.22%-
HSV(B)228.95º31.93%46.67%-
XYZ10.2110.0618.86-
YUV89.44144.68121.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=28.12%
G=30.56%
B=41.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81881190.320.2600.53228.951939.22
Hex515877201A035e51327
Octal12113016740320653452347
Binary1010001101100011101111000001101001101011110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515877; }

 p { color: rgb(81,88,119); }

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

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

 a { background-color: rgb(81,88,119); }

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

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

 span { border-color: rgb(81,88,119); }

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