Html Css Color HEX #556671 Shuttle Grey

📋 copy color: '#556671'

red 85 ◦ green 102 ◦ blue 113

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

Shades of Shuttle Grey #556671

Tints of Shuttle Grey #556671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 28.33%
G = 34%
B = 37.67%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556671 (or 0x556671) is known color: Shuttle Grey. HEX triplet: 55, 66 and 71. RGB value is (85,102,113). Sum of RGB (Red+Green+Blue) = 85+102+113=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #556671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556671 is #AA998E. Grayscale: #626262. Windows color (decimal): -11180431 or 7431765. OLE color: 7431765.

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

Color convert

RGB 85 102 113 -
CMYK 0.25 0.10 0 0.56
HSL 203.57º 0.14% 0.39% -
HSV(B) 203.57º 0.25% 0.44% -
XYZ 11.48 12.63 17.45 -
YUV 98.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 85 102 113 0.25 0.10 0 0.56 203.57 0.14 0.39
Hex 55 66 71 19 A 0 38 CC E 27
Octal 125 146 161 31 12 0 70 314 16 47
Binary 1010101 1100110 1110001 11001 1010 0 111000 11001100 1110 100111

Color Harmonies of #556671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556671

Black with #556671

Text Example


Text Example

White with #556671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556671; }

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

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

background-color css

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

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

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

border-color css

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

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

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