Html Css Color HEX #54595C Fiord

📋 copy color: '#54595C'

red 84 ◦ green 89 ◦ blue 92

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

Shades of Fiord #54595C

Tints of Fiord #54595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 31.7%
G = 33.58%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54595C (or 0x54595C) is known color: Fiord. HEX triplet: 54, 59 and 5C. RGB value is (84,89,92). Sum of RGB (Red+Green+Blue) = 84+89+92=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #54595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54595C is #ABA6A3. Grayscale: #575757. Windows color (decimal): -11249316 or 6052180. OLE color: 6052180.

HSL color Cylindrical-coordinate representation of color #54595C: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #54595C is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 89 92 -
CMYK 0.09 0.03 0 0.64
HSL 202.5º 0.05% 0.35% -
HSV(B) 202.5º 0.09% 0.36% -
XYZ 9.16 9.8 11.53 -
YUV 87.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 84 89 92 0.09 0.03 0 0.64 202.5 0.05 0.35
Hex 54 59 5C 9 3 0 40 CA 5 23
Octal 124 131 134 11 3 0 100 312 5 43
Binary 1010100 1011001 1011100 1001 11 0 1000000 11001010 101 100011

Color Harmonies of #54595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54595C

Black with #54595C

Text Example


Text Example

White with #54595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54595C; }

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

 H1.HeaderClassName
 {
   color: #54595C;
 }
 .AnyTagClassName
 {
   color: #54595C;
 }
</style>

background-color css

<style>
 a { background-color: #54595C; }

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

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

border-color css

<style>
 span { border-color: #54595C; }

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

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