Html Css Color HEX #54585B Fiord

📋 copy color: '#54585B'

red 84 ◦ green 88 ◦ blue 91

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

Shades of Fiord #54585B

Tints of Fiord #54585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.46%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 31.94%
G = 33.46%
B = 34.6%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54585B (or 0x54585B) is known color: Fiord. HEX triplet: 54, 58 and 5B. RGB value is (84,88,91). Sum of RGB (Red+Green+Blue) = 84+88+91=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #54585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54585B is #ABA7A4. Grayscale: #575757. Windows color (decimal): -11249573 or 5986388. OLE color: 5986388.

HSL color Cylindrical-coordinate representation of color #54585B: hue angle of 205.71º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #54585B is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 88 91 -
CMYK 0.08 0.03 0 0.64
HSL 205.71º 0.04% 0.34% -
HSV(B) 205.71º 0.08% 0.36% -
XYZ 9.03 9.62 11.28 -
YUV 87.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 84 88 91 0.08 0.03 0 0.64 205.71 0.04 0.34
Hex 54 58 5B 8 3 0 40 CE 4 22
Octal 124 130 133 10 3 0 100 316 4 42
Binary 1010100 1011000 1011011 1000 11 0 1000000 11001110 100 100010

Color Harmonies of #54585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54585B

Black with #54585B

Text Example


Text Example

White with #54585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54585B; }

 p { color: rgb(84,88,91); }

 H1.HeaderClassName
 {
   color: #54585B;
 }
 .AnyTagClassName
 {
   color: #54585B;
 }
</style>

background-color css

<style>
 a { background-color: #54585B; }

 a { background-color: rgb(84,88,91); }

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

border-color css

<style>
 span { border-color: #54585B; }

 span { border-color: rgb(84,88,91); }

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