Html Css Color HEX #556478 Shuttle Grey

📋 copy color: '#556478'

red 85 ◦ green 100 ◦ blue 120

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

Shades of Shuttle Grey #556478

Tints of Shuttle Grey #556478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 27.87%
G = 32.79%
B = 39.34%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556478 (or 0x556478) is known color: Shuttle Grey. HEX triplet: 55, 64 and 78. RGB value is (85,100,120). Sum of RGB (Red+Green+Blue) = 85+100+120=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #556478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556478 is #AA9B87. Grayscale: #616161. Windows color (decimal): -11180936 or 7890005. OLE color: 7890005.

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

Color convert

RGB 85 100 120 -
CMYK 0.29 0.17 0 0.53
HSL 214.29º 0.17% 0.4% -
HSV(B) 214.29º 0.29% 0.47% -
XYZ 11.69 12.4 19.55 -
YUV 97.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 85 100 120 0.29 0.17 0 0.53 214.29 0.17 0.4
Hex 55 64 78 1D 11 0 35 D6 11 28
Octal 125 144 170 35 21 0 65 326 21 50
Binary 1010101 1100100 1111000 11101 10001 0 110101 11010110 10001 101000

Color Harmonies of #556478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556478

Black with #556478

Text Example


Text Example

White with #556478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556478; }

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

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

background-color css

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

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

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

border-color css

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

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

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