#515567

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

Shades of East Bay #515567

Tints of East Bay #515567

Color information

#515567 (or 0x515567) is unknown color: approx East Bay. HEX triplet: 51, 55 and 67. RGB value is (81,85,103). Sum of RGB (Red+Green+Blue) = 81+85+103=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 103 - color contains mainly: blue. Hex color #515567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515567 is #AEAA98. Grayscale: #555555. Windows color (decimal): -11446937 or 6772049. OLE color: 6772049.

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

Color convert

RGB8185103-
CMYK0.210.1700.60
HSL229.09º11.96%36.08%-
HSV(B)229.09º21.36%40.39%-
XYZ9.099.2314.13-
YUV85.86137.67124.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 103 (40.62% from 255) = 38.29%
R=30.11%
G=31.60%
B=38.29%

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
Decimal81851030.210.1700.60229.0911.9636.08
Hex515567151103Ce5c24
Octal12112514725210743451444
Binary10100011010101110011110101100010111100111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515567; }

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

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

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

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

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

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

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

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