Html Css Color HEX #556579 Shuttle Grey

📋 copy color: '#556579'

red 85 ◦ green 101 ◦ blue 121

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

Shades of Shuttle Grey #556579

Tints of Shuttle Grey #556579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 27.69%
G = 32.9%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556579 (or 0x556579) is known color: Shuttle Grey. HEX triplet: 55, 65 and 79. RGB value is (85,101,121). Sum of RGB (Red+Green+Blue) = 85+101+121=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #556579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556579 is #AA9A86. Grayscale: #626262. Windows color (decimal): -11180679 or 7955797. OLE color: 7955797.

HSL color Cylindrical-coordinate representation of color #556579: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556579 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 101 121 -
CMYK 0.30 0.17 0 0.53
HSL 213.33º 0.17% 0.4% -
HSV(B) 213.33º 0.3% 0.47% -
XYZ 11.85 12.62 19.9 -
YUV 98.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 85 101 121 0.30 0.17 0 0.53 213.33 0.17 0.4
Hex 55 65 79 1E 11 0 35 D5 11 28
Octal 125 145 171 36 21 0 65 325 21 50
Binary 1010101 1100101 1111001 11110 10001 0 110101 11010101 10001 101000

Color Harmonies of #556579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556579

Black with #556579

Text Example


Text Example

White with #556579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556579; }

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

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

background-color css

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

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

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

border-color css

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

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

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