#51576F

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

Shades of East Bay #51576F

Tints of East Bay #51576F

Color information

#51576F (or 0x51576F) is unknown color: approx East Bay. HEX triplet: 51, 57 and 6F. RGB value is (81,87,111). Sum of RGB (Red+Green+Blue) = 81+87+111=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #51576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51576F is #AEA890. Grayscale: #575757. Windows color (decimal): -11446417 or 7296849. OLE color: 7296849.

HSL color Cylindrical-coordinate representation of color #51576F: hue angle of 228º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51576F is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8187111-
CMYK0.270.2200.56
HSL228º15.62%37.65%-
HSV(B)228º27.03%43.53%-
XYZ9.679.7116.4-
YUV87.94141.01123.05-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=29.03%
G=31.18%
B=39.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81871110.270.2200.5622815.6237.65
Hex51576F1B16038e41026
Octal12112715733260703442046
Binary101000110101111101111110111011001110001110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51576F; }

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

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

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

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

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

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

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

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