Html Css Color HEX #556473 Shuttle Grey

📋 copy color: '#556473'

red 85 ◦ green 100 ◦ blue 115

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

Shades of Shuttle Grey #556473

Tints of Shuttle Grey #556473

RGB

 RED value IS 85 (33.59% from 255) = 28.33%

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

 BLUE value IS 115 (45.31% from 255) = 38.33%

R = 28.33%
G = 33.33%
B = 38.33%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#556473 (or 0x556473) is known color: Shuttle Grey. HEX triplet: 55, 64 and 73. RGB value is (85,100,115). Sum of RGB (Red+Green+Blue) = 85+100+115=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #556473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556473 is #AA9B8C. Grayscale: #616161. Windows color (decimal): -11180941 or 7562325. OLE color: 7562325.

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

Color convert

RGB 85 100 115 -
CMYK 0.26 0.13 0 0.55
HSL 210º 0.15% 0.39% -
HSV(B) 210º 0.26% 0.45% -
XYZ 11.4 12.28 17.99 -
YUV 97.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 85 100 115 0.26 0.13 0 0.55 210 0.15 0.39
Hex 55 64 73 1A D 0 37 D2 F 27
Octal 125 144 163 32 15 0 67 322 17 47
Binary 1010101 1100100 1110011 11010 1101 0 110111 11010010 1111 100111

Color Harmonies of #556473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556473

Black with #556473

Text Example


Text Example

White with #556473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556473; }

 p { color: rgb(85,100,115); }

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

background-color css

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

 a { background-color: rgb(85,100,115); }

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

border-color css

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

 span { border-color: rgb(85,100,115); }

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