#51636F

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

Shades of Fiord #51636F

Tints of Fiord #51636F

Color information

#51636F (or 0x51636F) is unknown color: approx Fiord. HEX triplet: 51, 63 and 6F. RGB value is (81,99,111). Sum of RGB (Red+Green+Blue) = 81+99+111=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 111 - color contains mainly: blue. Hex color #51636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51636F is #AE9C90. Grayscale: #5E5E5E. Windows color (decimal): -11443345 or 7299921. OLE color: 7299921.

HSL color Cylindrical-coordinate representation of color #51636F: hue angle of 204º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51636F is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8199111-
CMYK0.270.1100.56
HSL204º15.62%37.65%-
HSV(B)204º27.03%43.53%-
XYZ10.7211.8216.76-
YUV94.99137.04118.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=27.84%
G=34.02%
B=38.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81991110.270.1100.5620415.6237.65
Hex51636F1BB038cc1026
Octal12114315733130703142046
Binary10100011100011110111111011101101110001100110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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