Html Css Color HEX #545448 Ship Grey

📋 copy color: '#545448'

red 84 ◦ green 84 ◦ blue 72

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

Shades of Ship Grey #545448

Tints of Ship Grey #545448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 72 (28.52% from 255) = 30%

R = 35%
G = 35%
B = 30%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#545448 (or 0x545448) is known color: Ship Grey. HEX triplet: 54, 54 and 48. RGB value is (84,84,72). Sum of RGB (Red+Green+Blue) = 84+84+72=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545448 is #ABABB7. Grayscale: #525252. Windows color (decimal): -11250616 or 4740180. OLE color: 4740180.

HSL color Cylindrical-coordinate representation of color #545448: hue angle of 60º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #545448 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 84 72 -
CMYK 0 0 0.14 0.67
HSL 60º 0.08% 0.31% -
HSV(B) 60º 0.14% 0.33% -
XYZ 8 8.69 7.39 -
YUV 82.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 84 84 72 0 0 0.14 0.67 60 0.08 0.31
Hex 54 54 48 0 0 E 43 3C 8 1F
Octal 124 124 110 0 0 16 103 74 10 37
Binary 1010100 1010100 1001000 0 0 1110 1000011 111100 1000 11111

Color Harmonies of #545448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545448

Black with #545448

Text Example


Text Example

White with #545448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545448; }

 p { color: rgb(84,84,72); }

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

background-color css

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

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

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

border-color css

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

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

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