#515265

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

Shades of East Bay #515265

Tints of East Bay #515265

Color information

#515265 (or 0x515265) is unknown color: approx East Bay. HEX triplet: 51, 52 and 65. RGB value is (81,82,101). Sum of RGB (Red+Green+Blue) = 81+82+101=264 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.68% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #515265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515265 is #AEAD9A. Grayscale: #535353. Windows color (decimal): -11447707 or 6640209. OLE color: 6640209.

HSL color Cylindrical-coordinate representation of color #515265: hue angle of 237º 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 #515265 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8182101-
CMYK0.200.1900.60
HSL237º10.99%35.69%-
HSV(B)237º19.8%39.61%-
XYZ8.768.7213.53-
YUV83.87137.67125.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.68%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=30.68%
G=31.06%
B=38.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81821010.200.1900.6023710.9935.69
Hex515265141303Cedb24
Octal12112214524230743551344
Binary10100011010010110010110100100110111100111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515265; }

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

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

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

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

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

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

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

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