Html Css Color HEX #54554A Ship Grey

📋 copy color: '#54554A'

red 84 ◦ green 85 ◦ blue 74

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

Shades of Ship Grey #54554A

Tints of Ship Grey #54554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 34.57%
G = 34.98%
B = 30.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#54554A (or 0x54554A) is known color: Ship Grey. HEX triplet: 54, 55 and 4A. RGB value is (84,85,74). Sum of RGB (Red+Green+Blue) = 84+85+74=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #54554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54554A is #ABAAB5. Grayscale: #535353. Windows color (decimal): -11250358 or 4871508. OLE color: 4871508.

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

Color convert

RGB 84 85 74 -
CMYK 0.01 0 0.13 0.67
HSL 65.45º 0.07% 0.31% -
HSV(B) 65.45º 0.13% 0.33% -
XYZ 8.14 8.88 7.76 -
YUV 83.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 84 85 74 0.01 0 0.13 0.67 65.45 0.07 0.31
Hex 54 55 4A 1 0 D 43 41 7 1F
Octal 124 125 112 1 0 15 103 101 7 37
Binary 1010100 1010101 1001010 1 0 1101 1000011 1000001 111 11111

Color Harmonies of #54554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54554A

Black with #54554A

Text Example


Text Example

White with #54554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54554A; }

 p { color: rgb(84,85,74); }

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

background-color css

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

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

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

border-color css

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

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

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