Html Css Color HEX #545451 Ship Grey

📋 copy color: '#545451'

red 84 ◦ green 84 ◦ blue 81

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

Shades of Ship Grey #545451

Tints of Ship Grey #545451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 33.73%
G = 33.73%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#545451 (or 0x545451) is known color: Ship Grey. HEX triplet: 54, 54 and 51. RGB value is (84,84,81). Sum of RGB (Red+Green+Blue) = 84+84+81=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545451 is #ABABAE. Grayscale: #535353. Windows color (decimal): -11250607 or 5330004. OLE color: 5330004.

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

Color convert

RGB 84 84 81 -
CMYK 0 0 0.04 0.67
HSL 60º 0.02% 0.32% -
HSV(B) 60º 0.04% 0.33% -
XYZ 8.31 8.82 9.05 -
YUV 83.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 84 84 81 0 0 0.04 0.67 60 0.02 0.32
Hex 54 54 51 0 0 4 43 3C 2 20
Octal 124 124 121 0 0 4 103 74 2 40
Binary 1010100 1010100 1010001 0 0 100 1000011 111100 10 100000

Color Harmonies of #545451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545451

Black with #545451

Text Example


Text Example

White with #545451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545451; }

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

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

background-color css

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

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

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

border-color css

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

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

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