#51556E

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

Shades of East Bay #51556E

Tints of East Bay #51556E

Color information

#51556E (or 0x51556E) is unknown color: approx East Bay. HEX triplet: 51, 55 and 6E. RGB value is (81,85,110). Sum of RGB (Red+Green+Blue) = 81+85+110=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #51556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51556E is #AEAA91. Grayscale: #565656. Windows color (decimal): -11446930 or 7230801. OLE color: 7230801.

HSL color Cylindrical-coordinate representation of color #51556E: hue angle of 231.72º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51556E is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8185110-
CMYK0.260.2300.57
HSL231.72º15.18%37.45%-
HSV(B)231.72º26.36%43.14%-
XYZ9.469.3716.06-
YUV86.65141.17123.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=29.35%
G=30.80%
B=39.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81851100.260.2300.57231.7215.1837.45
Hex51556E1A17039e8f25
Octal12112515632270713501745
Binary10100011010101110111011010101110111001111010001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51556E; }

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

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

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

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

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

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

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

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