Html Css Color HEX #556775 Shuttle Grey

📋 copy color: '#556775'

red 85 ◦ green 103 ◦ blue 117

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

Shades of Shuttle Grey #556775

Tints of Shuttle Grey #556775

RGB

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

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

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

R = 27.87%
G = 33.77%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#556775 (or 0x556775) is known color: Shuttle Grey. HEX triplet: 55, 67 and 75. RGB value is (85,103,117). Sum of RGB (Red+Green+Blue) = 85+103+117=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #556775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556775 is #AA988A. Grayscale: #636363. Windows color (decimal): -11180171 or 7694165. OLE color: 7694165.

HSL color Cylindrical-coordinate representation of color #556775: hue angle of 206.25º 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 #556775 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 103 117 -
CMYK 0.27 0.12 0 0.54
HSL 206.25º 0.16% 0.4% -
HSV(B) 206.25º 0.27% 0.46% -
XYZ 11.81 12.92 18.7 -
YUV 99.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 85 103 117 0.27 0.12 0 0.54 206.25 0.16 0.4
Hex 55 67 75 1B C 0 36 CE 10 28
Octal 125 147 165 33 14 0 66 316 20 50
Binary 1010101 1100111 1110101 11011 1100 0 110110 11001110 10000 101000

Color Harmonies of #556775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556775

Black with #556775

Text Example


Text Example

White with #556775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556775; }

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

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

background-color css

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

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

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

border-color css

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

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

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