Html Css Color HEX #556571 Shuttle Grey

📋 copy color: '#556571'

red 85 ◦ green 101 ◦ blue 113

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

Shades of Shuttle Grey #556571

Tints of Shuttle Grey #556571

RGB

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

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

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

R = 28.43%
G = 33.78%
B = 37.79%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556571 (or 0x556571) is known color: Shuttle Grey. HEX triplet: 55, 65 and 71. RGB value is (85,101,113). Sum of RGB (Red+Green+Blue) = 85+101+113=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #556571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556571 is #AA9A8E. Grayscale: #616161. Windows color (decimal): -11180687 or 7431509. OLE color: 7431509.

HSL color Cylindrical-coordinate representation of color #556571: hue angle of 205.71º 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 #556571 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 101 113 -
CMYK 0.25 0.11 0 0.56
HSL 205.71º 0.14% 0.39% -
HSV(B) 205.71º 0.25% 0.44% -
XYZ 11.38 12.43 17.42 -
YUV 97.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 85 101 113 0.25 0.11 0 0.56 205.71 0.14 0.39
Hex 55 65 71 19 B 0 38 CE E 27
Octal 125 145 161 31 13 0 70 316 16 47
Binary 1010101 1100101 1110001 11001 1011 0 111000 11001110 1110 100111

Color Harmonies of #556571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556571

Black with #556571

Text Example


Text Example

White with #556571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556571; }

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

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

background-color css

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

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

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

border-color css

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

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

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