Html Css Color HEX #556475 Shuttle Grey

📋 copy color: '#556475'

red 85 ◦ green 100 ◦ blue 117

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

Shades of Shuttle Grey #556475

Tints of Shuttle Grey #556475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 28.15%
G = 33.11%
B = 38.74%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556475 (or 0x556475) is known color: Shuttle Grey. HEX triplet: 55, 64 and 75. RGB value is (85,100,117). Sum of RGB (Red+Green+Blue) = 85+100+117=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 117 - color contains mainly: blue. Hex color #556475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556475 is #AA9B8A. Grayscale: #616161. Windows color (decimal): -11180939 or 7693397. OLE color: 7693397.

HSL color Cylindrical-coordinate representation of color #556475: hue angle of 211.88º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556475 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 100 117 -
CMYK 0.27 0.15 0 0.54
HSL 211.88º 0.16% 0.4% -
HSV(B) 211.88º 0.27% 0.46% -
XYZ 11.51 12.33 18.6 -
YUV 97.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 85 100 117 0.27 0.15 0 0.54 211.88 0.16 0.4
Hex 55 64 75 1B F 0 36 D4 10 28
Octal 125 144 165 33 17 0 66 324 20 50
Binary 1010101 1100100 1110101 11011 1111 0 110110 11010100 10000 101000

Color Harmonies of #556475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556475

Black with #556475

Text Example


Text Example

White with #556475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556475; }

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

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

background-color css

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

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

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

border-color css

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

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

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