Html Css Color HEX #546476 Shuttle Grey

📋 copy color: '#546476'

red 84 ◦ green 100 ◦ blue 118

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

Shades of Shuttle Grey #546476

Tints of Shuttle Grey #546476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 27.81%
G = 33.11%
B = 39.07%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#546476 (or 0x546476) is known color: Shuttle Grey. HEX triplet: 54, 64 and 76. RGB value is (84,100,118). Sum of RGB (Red+Green+Blue) = 84+100+118=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #546476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546476 is #AB9B89. Grayscale: #616161. Windows color (decimal): -11246474 or 7758932. OLE color: 7758932.

HSL color Cylindrical-coordinate representation of color #546476: hue angle of 211.76º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546476 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 100 118 -
CMYK 0.29 0.15 0 0.54
HSL 211.76º 0.17% 0.4% -
HSV(B) 211.76º 0.29% 0.46% -
XYZ 11.48 12.31 18.91 -
YUV 97.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 84 100 118 0.29 0.15 0 0.54 211.76 0.17 0.4
Hex 54 64 76 1D F 0 36 D4 11 28
Octal 124 144 166 35 17 0 66 324 21 50
Binary 1010100 1100100 1110110 11101 1111 0 110110 11010100 10001 101000

Color Harmonies of #546476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546476

Black with #546476

Text Example


Text Example

White with #546476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546476; }

 p { color: rgb(84,100,118); }

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

background-color css

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

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

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

border-color css

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

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

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