#51606D

Color #51606D Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #51606D

Tints of Fiord #51606D

Color information

#51606D (or 0x51606D) is unknown color: approx Fiord. HEX triplet: 51, 60 and 6D. RGB value is (81,96,109). Sum of RGB (Red+Green+Blue) = 81+96+109=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #51606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51606D is #AE9F92. Grayscale: #5C5C5C. Windows color (decimal): -11444115 or 7168081. OLE color: 7168081.

HSL color Cylindrical-coordinate representation of color #51606D: hue angle of 207.86º 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 #51606D is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8196109-
CMYK0.260.1200.57
HSL207.86º14.74%37.25%-
HSV(B)207.86º25.69%42.75%-
XYZ10.3411.2216.09-
YUV93137.03119.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 109 (42.97% from 255) = 38.11%
R=28.32%
G=33.57%
B=38.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81961090.260.1200.57207.8614.7437.25
Hex51606D1AC039d0f25
Octal12114015532140713201745
Binary1010001110000011011011101011000111001110100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51606D; }

 p { color: rgb(81,96,109); }

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

<style>
 a { background-color: #51606D; }

 a { background-color: rgb(81,96,109); }

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

<style>
 span { border-color: #51606D; }

 span { border-color: rgb(81,96,109); }

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