#51646E

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

Shades of Fiord #51646E

Tints of Fiord #51646E

Color information

#51646E (or 0x51646E) is unknown color: approx Fiord. HEX triplet: 51, 64 and 6E. RGB value is (81,100,110). Sum of RGB (Red+Green+Blue) = 81+100+110=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #51646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51646E is #AE9B91. Grayscale: #5F5F5F. Windows color (decimal): -11443090 or 7234641. OLE color: 7234641.

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

Color convert

RGB81100110-
CMYK0.260.0900.57
HSL200.69º15.18%37.45%-
HSV(B)200.69º26.36%43.14%-
XYZ10.7611.9916.5-
YUV95.46136.21117.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 100 (39.45% from 255) = 34.36%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=27.84%
G=34.36%
B=37.80%

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
Decimal811001100.260.0900.57200.6915.1837.45
Hex51646E1A9039c9f25
Octal12114415632110713111745
Binary1010001110010011011101101010010111001110010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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