Html Css Color HEX #545D61 Fiord

📋 copy color: '#545D61'

red 84 ◦ green 93 ◦ blue 97

#545D61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #545D61

Tints of Fiord #545D61

RGB

 RED value IS 84 (33.2% from 255) = 30.66%

 GREEN value IS 93 (36.72% from 255) = 33.94%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 30.66%
G = 33.94%
B = 35.4%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#545D61 (or 0x545D61) is known color: 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

RGB 84 93 97 -
CMYK 0.13 0.04 0 0.62
HSL 198.46º 0.07% 0.35% -
HSV(B) 198.46º 0.13% 0.38% -
XYZ 9.73 10.58 12.84 -
YUV 90.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 84 93 97 0.13 0.04 0 0.62 198.46 0.07 0.35
Hex 54 5D 61 D 4 0 3E C6 7 23
Octal 124 135 141 15 4 0 76 306 7 43
Binary 1010100 1011101 1100001 1101 100 0 111110 11000110 111 100011

Color Harmonies of #545D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545D61

Black with #545D61

Text Example


Text Example

White with #545D61

Text Example


Text Example

HTML Codes & Css Web 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>