#545D61

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

Shades of Fiord #545D61

Tints of Fiord #545D61

Color information

#545D61 (or 0x545D61) is unknown color: approx Fiord. HEX triplet: 54, 5D and 61. RGB value is (84,93,97). Sum of RGB (Red+Green+Blue) = 84+93+97=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 97 - color contains mainly: blue. Hex color #545D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D61 is #ABA29E. Grayscale: #5A5A5A. Windows color (decimal): -11248287 or 6380884. OLE color: 6380884.

HSL color Cylindrical-coordinate representation of color #545D61: hue angle of 198.46º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #545D61 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB849397-
CMYK0.130.0400.62
HSL198.46º7.18%35.49%-
HSV(B)198.46º13.4%38.04%-
XYZ9.7310.5812.84-
YUV90.76131.52123.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 97 (38.28% from 255) = 35.40%
R=30.66%
G=33.94%
B=35.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8493970.130.0400.62198.467.1835.49
Hex545D61D403Ec6723
Octal124135141154076306743
Binary1010100101110111000011101100011111011000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545D61; }

 p { color: rgb(84,93,97); }

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

<style>
 a { background-color: #545D61; }

 a { background-color: rgb(84,93,97); }

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

<style>
 span { border-color: #545D61; }

 span { border-color: rgb(84,93,97); }

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