#51596F

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

Shades of East Bay #51596F

Tints of East Bay #51596F

Color information

#51596F (or 0x51596F) is unknown color: approx East Bay. HEX triplet: 51, 59 and 6F. RGB value is (81,89,111). Sum of RGB (Red+Green+Blue) = 81+89+111=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 111 - color contains mainly: blue. Hex color #51596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51596F is #AEA690. Grayscale: #595959. Windows color (decimal): -11445905 or 7297361. OLE color: 7297361.

HSL color Cylindrical-coordinate representation of color #51596F: hue angle of 224º 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 #51596F is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8189111-
CMYK0.270.2000.56
HSL224º15.62%37.65%-
HSV(B)224º27.03%43.53%-
XYZ9.8310.0416.46-
YUV89.12140.35122.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 111 (43.75% from 255) = 39.50%
R=28.83%
G=31.67%
B=39.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81891110.270.2000.5622415.6237.65
Hex51596F1B14038e01026
Octal12113115733240703402046
Binary101000110110011101111110111010001110001110000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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