Html Css Color HEX #546371 Shuttle Grey

📋 copy color: '#546371'

red 84 ◦ green 99 ◦ blue 113

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

Shades of Shuttle Grey #546371

Tints of Shuttle Grey #546371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 28.38%
G = 33.45%
B = 38.18%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#546371 (or 0x546371) is known color: Shuttle Grey. HEX triplet: 54, 63 and 71. RGB value is (84,99,113). Sum of RGB (Red+Green+Blue) = 84+99+113=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #546371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546371 is #AB9C8E. Grayscale: #606060. Windows color (decimal): -11246735 or 7430996. OLE color: 7430996.

HSL color Cylindrical-coordinate representation of color #546371: hue angle of 208.97º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546371 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 99 113 -
CMYK 0.26 0.12 0 0.56
HSL 208.97º 0.15% 0.39% -
HSV(B) 208.97º 0.26% 0.44% -
XYZ 11.1 12 17.35 -
YUV 96.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 84 99 113 0.26 0.12 0 0.56 208.97 0.15 0.39
Hex 54 63 71 1A C 0 38 D1 F 27
Octal 124 143 161 32 14 0 70 321 17 47
Binary 1010100 1100011 1110001 11010 1100 0 111000 11010001 1111 100111

Color Harmonies of #546371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546371

Black with #546371

Text Example


Text Example

White with #546371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546371; }

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

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

background-color css

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

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

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

border-color css

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

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

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