Html Css Color HEX #545C61 Fiord

📋 copy color: '#545C61'

red 84 ◦ green 92 ◦ blue 97

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

Shades of Fiord #545C61

Tints of Fiord #545C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

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

R = 30.77%
G = 33.7%
B = 35.53%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#545C61 (or 0x545C61) is known color: Fiord. HEX triplet: 54, 5C and 61. RGB value is (84,92,97). Sum of RGB (Red+Green+Blue) = 84+92+97=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 97 - color contains mainly: blue. Hex color #545C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C61 is #ABA39E. Grayscale: #5A5A5A. Windows color (decimal): -11248543 or 6380628. OLE color: 6380628.

HSL color Cylindrical-coordinate representation of color #545C61: hue angle of 203.08º 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 #545C61 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 92 97 -
CMYK 0.13 0.05 0 0.62
HSL 203.08º 0.07% 0.35% -
HSV(B) 203.08º 0.13% 0.38% -
XYZ 9.64 10.4 12.81 -
YUV 90.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 84 92 97 0.13 0.05 0 0.62 203.08 0.07 0.35
Hex 54 5C 61 D 5 0 3E CB 7 23
Octal 124 134 141 15 5 0 76 313 7 43
Binary 1010100 1011100 1100001 1101 101 0 111110 11001011 111 100011

Color Harmonies of #545C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545C61

Black with #545C61

Text Example


Text Example

White with #545C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #545C61;
 }
 .AnyTagClassName
 {
   color: #545C61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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