#51636D

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

Shades of Fiord #51636D

Tints of Fiord #51636D

Color information

#51636D (or 0x51636D) is unknown color: approx Fiord. HEX triplet: 51, 63 and 6D. RGB value is (81,99,109). Sum of RGB (Red+Green+Blue) = 81+99+109=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #51636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51636D is #AE9C92. Grayscale: #5E5E5E. Windows color (decimal): -11443347 or 7168849. OLE color: 7168849.

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

Color convert

RGB8199109-
CMYK0.260.0900.57
HSL201.43º14.74%37.25%-
HSV(B)201.43º25.69%42.75%-
XYZ10.6211.7816.18-
YUV94.76136.04118.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=28.03%
G=34.26%
B=37.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81991090.260.0900.57201.4314.7437.25
Hex51636D1A9039c9f25
Octal12114315532110713111745
Binary1010001110001111011011101010010111001110010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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