#515768

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

Shades of East Bay #515768

Tints of East Bay #515768

Color information

#515768 (or 0x515768) is unknown color: approx East Bay. HEX triplet: 51, 57 and 68. RGB value is (81,87,104). Sum of RGB (Red+Green+Blue) = 81+87+104=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #515768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515768 is #AEA897. Grayscale: #575757. Windows color (decimal): -11446424 or 6838097. OLE color: 6838097.

HSL color Cylindrical-coordinate representation of color #515768: hue angle of 224.35º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515768 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8187104-
CMYK0.220.1600.59
HSL224.35º12.43%36.27%-
HSV(B)224.35º22.12%40.78%-
XYZ9.39.5714.45-
YUV87.14137.51123.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=29.78%
G=31.99%
B=38.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81871040.220.1600.59224.3512.4336.27
Hex515768161003Be0c24
Octal12112715026200733401444
Binary10100011010111110100010110100000111011111000001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515768; }

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

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

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

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

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

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

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

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