Html Css Color HEX #556370 Shuttle Grey

📋 copy color: '#556370'

red 85 ◦ green 99 ◦ blue 112

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

Shades of Shuttle Grey #556370

Tints of Shuttle Grey #556370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 28.72%
G = 33.45%
B = 37.84%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#556370 (or 0x556370) is known color: Shuttle Grey. HEX triplet: 55, 63 and 70. RGB value is (85,99,112). Sum of RGB (Red+Green+Blue) = 85+99+112=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #556370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556370 is #AA9C8F. Grayscale: #606060. Windows color (decimal): -11181200 or 7365461. OLE color: 7365461.

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

Color convert

RGB 85 99 112 -
CMYK 0.24 0.12 0 0.56
HSL 208.89º 0.14% 0.39% -
HSV(B) 208.89º 0.24% 0.44% -
XYZ 11.13 12.02 17.06 -
YUV 96.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 85 99 112 0.24 0.12 0 0.56 208.89 0.14 0.39
Hex 55 63 70 18 C 0 38 D1 E 27
Octal 125 143 160 30 14 0 70 321 16 47
Binary 1010101 1100011 1110000 11000 1100 0 111000 11010001 1110 100111

Color Harmonies of #556370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556370

Black with #556370

Text Example


Text Example

White with #556370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556370; }

 p { color: rgb(85,99,112); }

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

background-color css

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

 a { background-color: rgb(85,99,112); }

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

border-color css

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

 span { border-color: rgb(85,99,112); }

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