#51556C

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

Shades of East Bay #51556C

Tints of East Bay #51556C

Color information

#51556C (or 0x51556C) is unknown color: approx East Bay. HEX triplet: 51, 55 and 6C. RGB value is (81,85,108). Sum of RGB (Red+Green+Blue) = 81+85+108=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #51556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51556C is #AEAA93. Grayscale: #565656. Windows color (decimal): -11446932 or 7099729. OLE color: 7099729.

HSL color Cylindrical-coordinate representation of color #51556C: hue angle of 231.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51556C is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8185108-
CMYK0.250.2100.58
HSL231.11º14.29%37.06%-
HSV(B)231.11º25%42.35%-
XYZ9.359.3315.5-
YUV86.43140.17124.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=29.56%
G=31.02%
B=39.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81851080.250.2100.58231.1114.2937.06
Hex51556C191503Ae7e25
Octal12112515431250723471645
Binary10100011010101110110011001101010111010111001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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