#545E63

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

Shades of Fiord #545E63

Tints of Fiord #545E63

Color information

#545E63 (or 0x545E63) is unknown color: approx Fiord. HEX triplet: 54, 5E and 63. RGB value is (84,94,99). Sum of RGB (Red+Green+Blue) = 84+94+99=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #545E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E63 is #ABA19C. Grayscale: #5B5B5B. Windows color (decimal): -11248029 or 6512212. OLE color: 6512212.

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

Color convert

RGB849499-
CMYK0.150.0500.61
HSL200º8.2%35.88%-
HSV(B)200º15.15%38.82%-
XYZ9.9110.7913.36-
YUV91.58132.19122.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=30.32%
G=33.94%
B=35.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8494990.150.0500.612008.235.88
Hex545E63F503Dc8824
Octal1241361431750753101044
Binary10101001011110110001111111010111101110010001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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