#545E64

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

Shades of Fiord #545E64

Tints of Fiord #545E64

Color information

#545E64 (or 0x545E64) is unknown color: approx Fiord. HEX triplet: 54, 5E and 64. RGB value is (84,94,100). Sum of RGB (Red+Green+Blue) = 84+94+100=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 100 - color contains mainly: blue. Hex color #545E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E64 is #ABA19B. Grayscale: #5B5B5B. Windows color (decimal): -11248028 or 6577748. OLE color: 6577748.

HSL color Cylindrical-coordinate representation of color #545E64: hue angle of 202.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #545E64 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8494100-
CMYK0.160.0600.61
HSL202.5º8.7%36.08%-
HSV(B)202.5º16%39.22%-
XYZ9.9610.8113.62-
YUV91.69132.69122.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=30.22%
G=33.81%
B=35.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84941000.160.0600.61202.58.736.08
Hex545E6410603Dca924
Octal1241361442060753121144
Binary101010010111101100100100001100111101110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,94,100); }

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

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

 a { background-color: rgb(84,94,100); }

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

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

 span { border-color: rgb(84,94,100); }

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