Html Css Color HEX #546376 Shuttle Grey

📋 copy color: '#546376'

red 84 ◦ green 99 ◦ blue 118

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

Shades of Shuttle Grey #546376

Tints of Shuttle Grey #546376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 27.91%
G = 32.89%
B = 39.2%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#546376 (or 0x546376) is known color: Shuttle Grey. HEX triplet: 54, 63 and 76. RGB value is (84,99,118). Sum of RGB (Red+Green+Blue) = 84+99+118=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #546376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546376 is #AB9C89. Grayscale: #606060. Windows color (decimal): -11246730 or 7758676. OLE color: 7758676.

HSL color Cylindrical-coordinate representation of color #546376: hue angle of 213.53º 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 #546376 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 84 99 118 -
CMYK 0.29 0.16 0 0.54
HSL 213.53º 0.17% 0.4% -
HSV(B) 213.53º 0.29% 0.46% -
XYZ 11.39 12.12 18.88 -
YUV 96.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 84 99 118 0.29 0.16 0 0.54 213.53 0.17 0.4
Hex 54 63 76 1D 10 0 36 D6 11 28
Octal 124 143 166 35 20 0 66 326 21 50
Binary 1010100 1100011 1110110 11101 10000 0 110110 11010110 10001 101000

Color Harmonies of #546376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546376

Black with #546376

Text Example


Text Example

White with #546376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546376; }

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

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

background-color css

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

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

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

border-color css

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

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

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