#515575

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

Shades of East Bay #515575

Tints of East Bay #515575

Color information

#515575 (or 0x515575) is unknown color: approx East Bay. HEX triplet: 51, 55 and 75. RGB value is (81,85,117). Sum of RGB (Red+Green+Blue) = 81+85+117=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #515575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515575 is #AEAA8A. Grayscale: #575757. Windows color (decimal): -11446923 or 7689553. OLE color: 7689553.

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

Color convert

RGB8185117-
CMYK0.310.2700.54
HSL233.33º18.18%38.82%-
HSV(B)233.33º30.77%45.88%-
XYZ9.859.5318.15-
YUV87.45144.67123.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 117 (46.09% from 255) = 41.34%
R=28.62%
G=30.04%
B=41.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81851170.310.2700.54233.3318.1838.82
Hex5155751F1B036e91227
Octal12112516537330663512247
Binary101000110101011110101111111101101101101110100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515575; }

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

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

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

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

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

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

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

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