#515775

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

Shades of East Bay #515775

Tints of East Bay #515775

Color information

#515775 (or 0x515775) is unknown color: approx East Bay. HEX triplet: 51, 57 and 75. RGB value is (81,87,117). Sum of RGB (Red+Green+Blue) = 81+87+117=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #515775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515775 is #AEA88A. Grayscale: #585858. Windows color (decimal): -11446411 or 7690065. OLE color: 7690065.

HSL color Cylindrical-coordinate representation of color #515775: hue angle of 230º degrees, saturation: 0.18, 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 #515775 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8187117-
CMYK0.310.2600.54
HSL230º18.18%38.82%-
HSV(B)230º30.77%45.88%-
XYZ10.019.8518.2-
YUV88.63144.01122.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.42%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=28.42%
G=30.53%
B=41.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81871170.310.2600.5423018.1838.82
Hex5157751F1A036e61227
Octal12112716537320663462247
Binary101000110101111110101111111101001101101110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515775; }

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

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

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

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

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

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

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

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