Html Css Color HEX #556777 Shuttle Grey

📋 copy color: '#556777'

red 85 ◦ green 103 ◦ blue 119

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

Shades of Shuttle Grey #556777

Tints of Shuttle Grey #556777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.76%

R = 27.69%
G = 33.55%
B = 38.76%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556777 (or 0x556777) is known color: Shuttle Grey. HEX triplet: 55, 67 and 77. RGB value is (85,103,119). Sum of RGB (Red+Green+Blue) = 85+103+119=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #556777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556777 is #AA9888. Grayscale: #636363. Windows color (decimal): -11180169 or 7825237. OLE color: 7825237.

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

Color convert

RGB 85 103 119 -
CMYK 0.29 0.13 0 0.53
HSL 208.24º 0.17% 0.4% -
HSV(B) 208.24º 0.29% 0.47% -
XYZ 11.93 12.96 19.33 -
YUV 99.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 85 103 119 0.29 0.13 0 0.53 208.24 0.17 0.4
Hex 55 67 77 1D D 0 35 D0 11 28
Octal 125 147 167 35 15 0 65 320 21 50
Binary 1010101 1100111 1110111 11101 1101 0 110101 11010000 10001 101000

Color Harmonies of #556777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556777

Black with #556777

Text Example


Text Example

White with #556777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556777; }

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

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

background-color css

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

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

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

border-color css

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

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

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