#545D60

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

Shades of Fiord #545D60

Tints of Fiord #545D60

Color information

#545D60 (or 0x545D60) is unknown color: approx Fiord. HEX triplet: 54, 5D and 60. RGB value is (84,93,96). Sum of RGB (Red+Green+Blue) = 84+93+96=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: blue. Hex color #545D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D60 is #ABA29F. Grayscale: #5A5A5A. Windows color (decimal): -11248288 or 6315348. OLE color: 6315348.

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

Color convert

RGB849396-
CMYK0.120.0300.62
HSL195º6.67%35.29%-
HSV(B)195º12.5%37.65%-
XYZ9.6810.5612.59-
YUV90.65131.02123.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.77%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 96 (37.89% from 255) = 35.16%
R=30.77%
G=34.07%
B=35.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8493960.120.0300.621956.6735.29
Hex545D60C303Ec3723
Octal124135140143076303743
Binary101010010111011100000110011011111011000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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