#51576A

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

Shades of East Bay #51576A

Tints of East Bay #51576A

Color information

#51576A (or 0x51576A) is unknown color: approx East Bay. HEX triplet: 51, 57 and 6A. RGB value is (81,87,106). Sum of RGB (Red+Green+Blue) = 81+87+106=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #51576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51576A is #AEA895. Grayscale: #575757. Windows color (decimal): -11446422 or 6969169. OLE color: 6969169.

HSL color Cylindrical-coordinate representation of color #51576A: hue angle of 225.6º 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 #51576A is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8187106-
CMYK0.240.1800.58
HSL225.6º13.37%36.67%-
HSV(B)225.6º23.58%41.57%-
XYZ9.49.6114.99-
YUV87.37138.51123.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=29.56%
G=31.75%
B=38.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81871060.240.1800.58225.613.3736.67
Hex51576A181203Ae2d25
Octal12112715230220723421545
Binary10100011010111110101011000100100111010111000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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