Html Css Color HEX #556271 Shuttle Grey

📋 copy color: '#556271'

red 85 ◦ green 98 ◦ blue 113

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

Shades of Shuttle Grey #556271

Tints of Shuttle Grey #556271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 28.72%
G = 33.11%
B = 38.18%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556271 (or 0x556271) is known color: Shuttle Grey. HEX triplet: 55, 62 and 71. RGB value is (85,98,113). Sum of RGB (Red+Green+Blue) = 85+98+113=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #556271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556271 is #AA9D8E. Grayscale: #5F5F5F. Windows color (decimal): -11181455 or 7430741. OLE color: 7430741.

HSL color Cylindrical-coordinate representation of color #556271: hue angle of 212.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #556271 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 98 113 -
CMYK 0.25 0.13 0 0.56
HSL 212.14º 0.14% 0.39% -
HSV(B) 212.14º 0.25% 0.44% -
XYZ 11.09 11.86 17.33 -
YUV 95.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 85 98 113 0.25 0.13 0 0.56 212.14 0.14 0.39
Hex 55 62 71 19 D 0 38 D4 E 27
Octal 125 142 161 31 15 0 70 324 16 47
Binary 1010101 1100010 1110001 11001 1101 0 111000 11010100 1110 100111

Color Harmonies of #556271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556271

Black with #556271

Text Example


Text Example

White with #556271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556271; }

 p { color: rgb(85,98,113); }

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

background-color css

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

 a { background-color: rgb(85,98,113); }

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

border-color css

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

 span { border-color: rgb(85,98,113); }

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