Html Css Color HEX #54585D Bright Grey

📋 copy color: '#54585D'

red 84 ◦ green 88 ◦ blue 93

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

Shades of Bright Grey #54585D

Tints of Bright Grey #54585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 31.7%
G = 33.21%
B = 35.09%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54585D (or 0x54585D) is known color: Bright Grey. HEX triplet: 54, 58 and 5D. RGB value is (84,88,93). Sum of RGB (Red+Green+Blue) = 84+88+93=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #54585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54585D is #ABA7A2. Grayscale: #575757. Windows color (decimal): -11249571 or 6117460. OLE color: 6117460.

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

Color convert

RGB 84 88 93 -
CMYK 0.10 0.05 0 0.64
HSL 213.33º 0.05% 0.35% -
HSV(B) 213.33º 0.1% 0.36% -
XYZ 9.12 9.65 11.74 -
YUV 87.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 84 88 93 0.10 0.05 0 0.64 213.33 0.05 0.35
Hex 54 58 5D A 5 0 40 D5 5 23
Octal 124 130 135 12 5 0 100 325 5 43
Binary 1010100 1011000 1011101 1010 101 0 1000000 11010101 101 100011

Color Harmonies of #54585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54585D

Black with #54585D

Text Example


Text Example

White with #54585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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