#515565

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

Shades of East Bay #515565

Tints of East Bay #515565

Color information

#515565 (or 0x515565) is unknown color: approx East Bay. HEX triplet: 51, 55 and 65. RGB value is (81,85,101). Sum of RGB (Red+Green+Blue) = 81+85+101=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #515565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515565 is #AEAA9A. Grayscale: #555555. Windows color (decimal): -11446939 or 6640977. OLE color: 6640977.

HSL color Cylindrical-coordinate representation of color #515565: hue angle of 228º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #515565 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8185101-
CMYK0.200.1600.60
HSL228º10.99%35.69%-
HSV(B)228º19.8%39.61%-
XYZ8.999.1913.61-
YUV85.63136.67124.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=30.34%
G=31.84%
B=37.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81851010.200.1600.6022810.9935.69
Hex515565141003Ce4b24
Octal12112514524200743441344
Binary10100011010101110010110100100000111100111001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515565; }

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

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

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

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

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

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

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

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