Html Css Color HEX #556776 Shuttle Grey

📋 copy color: '#556776'

red 85 ◦ green 103 ◦ blue 118

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

Shades of Shuttle Grey #556776

Tints of Shuttle Grey #556776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 27.78%
G = 33.66%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556776 (or 0x556776) is known color: Shuttle Grey. HEX triplet: 55, 67 and 76. RGB value is (85,103,118). Sum of RGB (Red+Green+Blue) = 85+103+118=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #556776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556776 is #AA9889. Grayscale: #636363. Windows color (decimal): -11180170 or 7759701. OLE color: 7759701.

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

Color convert

RGB 85 103 118 -
CMYK 0.28 0.13 0 0.54
HSL 207.27º 0.16% 0.4% -
HSV(B) 207.27º 0.28% 0.46% -
XYZ 11.87 12.94 19.01 -
YUV 99.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 85 103 118 0.28 0.13 0 0.54 207.27 0.16 0.4
Hex 55 67 76 1C D 0 36 CF 10 28
Octal 125 147 166 34 15 0 66 317 20 50
Binary 1010101 1100111 1110110 11100 1101 0 110110 11001111 10000 101000

Color Harmonies of #556776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556776

Black with #556776

Text Example


Text Example

White with #556776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556776; }

 p { color: rgb(85,103,118); }

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

background-color css

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

 a { background-color: rgb(85,103,118); }

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

border-color css

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

 span { border-color: rgb(85,103,118); }

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