Html Css Color HEX #556575 Shuttle Grey

📋 copy color: '#556575'

red 85 ◦ green 101 ◦ blue 117

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

Shades of Shuttle Grey #556575

Tints of Shuttle Grey #556575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 28.05%
G = 33.33%
B = 38.61%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556575 (or 0x556575) is known color: Shuttle Grey. HEX triplet: 55, 65 and 75. RGB value is (85,101,117). Sum of RGB (Red+Green+Blue) = 85+101+117=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #556575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556575 is #AA9A8A. Grayscale: #616161. Windows color (decimal): -11180683 or 7693653. OLE color: 7693653.

HSL color Cylindrical-coordinate representation of color #556575: hue angle of 210º 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 #556575 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 101 117 -
CMYK 0.27 0.14 0 0.54
HSL 210º 0.16% 0.4% -
HSV(B) 210º 0.27% 0.46% -
XYZ 11.61 12.52 18.63 -
YUV 98.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 85 101 117 0.27 0.14 0 0.54 210 0.16 0.4
Hex 55 65 75 1B E 0 36 D2 10 28
Octal 125 145 165 33 16 0 66 322 20 50
Binary 1010101 1100101 1110101 11011 1110 0 110110 11010010 10000 101000

Color Harmonies of #556575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556575

Black with #556575

Text Example


Text Example

White with #556575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556575; }

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

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

background-color css

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

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

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

border-color css

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

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

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