#515667

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

Shades of East Bay #515667

Tints of East Bay #515667

Color information

#515667 (or 0x515667) is unknown color: approx East Bay. HEX triplet: 51, 56 and 67. RGB value is (81,86,103). Sum of RGB (Red+Green+Blue) = 81+86+103=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #515667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515667 is #AEA998. Grayscale: #565656. Windows color (decimal): -11446681 or 6772305. OLE color: 6772305.

HSL color Cylindrical-coordinate representation of color #515667: hue angle of 226.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515667 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8186103-
CMYK0.210.1700.60
HSL226.36º11.96%36.08%-
HSV(B)226.36º21.36%40.39%-
XYZ9.179.3814.16-
YUV86.44137.34124.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 103 (40.62% from 255) = 38.15%
R=30%
G=31.85%
B=38.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal81861030.210.1700.60226.3611.9636.08
Hex515667151103Ce2c24
Octal12112614725210743421444
Binary10100011010110110011110101100010111100111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515667; }

 p { color: rgb(81,86,103); }

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

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

 a { background-color: rgb(81,86,103); }

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

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

 span { border-color: rgb(81,86,103); }

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