Html Css Color HEX #546477 Shuttle Grey

📋 copy color: '#546477'

red 84 ◦ green 100 ◦ blue 119

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

Shades of Shuttle Grey #546477

Tints of Shuttle Grey #546477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 27.72%
G = 33%
B = 39.27%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#546477 (or 0x546477) is known color: Shuttle Grey. HEX triplet: 54, 64 and 77. RGB value is (84,100,119). Sum of RGB (Red+Green+Blue) = 84+100+119=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #546477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546477 is #AB9B88. Grayscale: #616161. Windows color (decimal): -11246473 or 7824468. OLE color: 7824468.

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

Color convert

RGB 84 100 119 -
CMYK 0.29 0.16 0 0.53
HSL 212.57º 0.17% 0.4% -
HSV(B) 212.57º 0.29% 0.47% -
XYZ 11.54 12.33 19.22 -
YUV 97.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 84 100 119 0.29 0.16 0 0.53 212.57 0.17 0.4
Hex 54 64 77 1D 10 0 35 D5 11 28
Octal 124 144 167 35 20 0 65 325 21 50
Binary 1010100 1100100 1110111 11101 10000 0 110101 11010101 10001 101000

Color Harmonies of #546477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546477

Black with #546477

Text Example


Text Example

White with #546477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546477; }

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

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

background-color css

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

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

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

border-color css

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

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

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