#51596A

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

Shades of East Bay #51596A

Tints of East Bay #51596A

Color information

#51596A (or 0x51596A) is unknown color: approx East Bay. HEX triplet: 51, 59 and 6A. RGB value is (81,89,106). Sum of RGB (Red+Green+Blue) = 81+89+106=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 106 - color contains mainly: blue. Hex color #51596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51596A is #AEA695. Grayscale: #585858. Windows color (decimal): -11445910 or 6969681. OLE color: 6969681.

HSL color Cylindrical-coordinate representation of color #51596A: hue angle of 220.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #51596A is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8189106-
CMYK0.240.1600.58
HSL220.8º13.37%36.67%-
HSV(B)220.8º23.58%41.57%-
XYZ9.579.9315.05-
YUV88.55137.85122.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=29.35%
G=32.25%
B=38.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81891060.240.1600.58220.813.3736.67
Hex51596A181003Addd25
Octal12113115230200723351545
Binary10100011011001110101011000100000111010110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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