Html Css Color HEX #556675 Shuttle Grey

📋 copy color: '#556675'

red 85 ◦ green 102 ◦ blue 117

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

Shades of Shuttle Grey #556675

Tints of Shuttle Grey #556675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 27.96%
G = 33.55%
B = 38.49%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556675 (or 0x556675) is known color: Shuttle Grey. HEX triplet: 55, 66 and 75. RGB value is (85,102,117). Sum of RGB (Red+Green+Blue) = 85+102+117=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #556675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556675 is #AA998A. Grayscale: #626262. Windows color (decimal): -11180427 or 7693909. OLE color: 7693909.

HSL color Cylindrical-coordinate representation of color #556675: hue angle of 208.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #556675 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 102 117 -
CMYK 0.27 0.13 0 0.54
HSL 208.13º 0.16% 0.4% -
HSV(B) 208.13º 0.27% 0.46% -
XYZ 11.71 12.72 18.67 -
YUV 98.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 85 102 117 0.27 0.13 0 0.54 208.13 0.16 0.4
Hex 55 66 75 1B D 0 36 D0 10 28
Octal 125 146 165 33 15 0 66 320 20 50
Binary 1010101 1100110 1110101 11011 1101 0 110110 11010000 10000 101000

Color Harmonies of #556675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556675

Black with #556675

Text Example


Text Example

White with #556675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556675; }

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

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

background-color css

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

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

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

border-color css

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

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

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