Html Css Color HEX #556477 Shuttle Grey

📋 copy color: '#556477'

red 85 ◦ green 100 ◦ blue 119

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

Shades of Shuttle Grey #556477

Tints of Shuttle Grey #556477

RGB

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

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

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

R = 27.96%
G = 32.89%
B = 39.14%

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

#556477 (or 0x556477) is known color: Shuttle Grey. HEX triplet: 55, 64 and 77. RGB value is (85,100,119). Sum of RGB (Red+Green+Blue) = 85+100+119=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #556477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556477 is #AA9B88. Grayscale: #616161. Windows color (decimal): -11180937 or 7824469. OLE color: 7824469.

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

Color convert

RGB 85 100 119 -
CMYK 0.29 0.16 0 0.53
HSL 213.53º 0.17% 0.4% -
HSV(B) 213.53º 0.29% 0.47% -
XYZ 11.63 12.38 19.23 -
YUV 97.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 85 100 119 0.29 0.16 0 0.53 213.53 0.17 0.4
Hex 55 64 77 1D 10 0 35 D6 11 28
Octal 125 144 167 35 20 0 65 326 21 50
Binary 1010101 1100100 1110111 11101 10000 0 110101 11010110 10001 101000

Color Harmonies of #556477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556477

Black with #556477

Text Example


Text Example

White with #556477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556477; }

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

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

background-color css

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

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

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

border-color css

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

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

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