#545C5F

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

Shades of Fiord #545C5F

Tints of Fiord #545C5F

Color information

#545C5F (or 0x545C5F) is unknown color: approx Fiord. HEX triplet: 54, 5C and 5F. RGB value is (84,92,95). Sum of RGB (Red+Green+Blue) = 84+92+95=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 95 - color contains mainly: blue. Hex color #545C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C5F is #ABA3A0. Grayscale: #595959. Windows color (decimal): -11248545 or 6249556. OLE color: 6249556.

HSL color Cylindrical-coordinate representation of color #545C5F: hue angle of 196.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #545C5F is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB849295-
CMYK0.120.0300.63
HSL196.36º6.15%35.1%-
HSV(B)196.36º11.58%37.25%-
XYZ9.5510.3712.32-
YUV89.95130.85123.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 95 (37.5% from 255) = 35.06%
R=31.00%
G=33.95%
B=35.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8492950.120.0300.63196.366.1535.1
Hex545C5FC303Fc4623
Octal124134137143077304643
Binary101010010111001011111110011011111111000100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,92,95); }

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

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

 a { background-color: rgb(84,92,95); }

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

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

 span { border-color: rgb(84,92,95); }

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