#51636E

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

Shades of Fiord #51636E

Tints of Fiord #51636E

Color information

#51636E (or 0x51636E) is unknown color: approx Fiord. HEX triplet: 51, 63 and 6E. RGB value is (81,99,110). Sum of RGB (Red+Green+Blue) = 81+99+110=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #51636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51636E is #AE9C91. Grayscale: #5E5E5E. Windows color (decimal): -11443346 or 7234385. OLE color: 7234385.

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

Color convert

RGB8199110-
CMYK0.260.100.57
HSL202.76º15.18%37.45%-
HSV(B)202.76º26.36%43.14%-
XYZ10.6711.816.47-
YUV94.87136.54118.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=27.93%
G=34.14%
B=37.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81991100.260.100.57202.7615.1837.45
Hex51636E1AA039cbf25
Octal12114315632120713131745
Binary1010001110001111011101101010100111001110010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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