Html Css Color HEX #556677 Shuttle Grey

📋 copy color: '#556677'

red 85 ◦ green 102 ◦ blue 119

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

Shades of Shuttle Grey #556677

Tints of Shuttle Grey #556677

RGB

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

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

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

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#556677 (or 0x556677) is known color: Shuttle Grey. HEX triplet: 55, 66 and 77. RGB value is (85,102,119). Sum of RGB (Red+Green+Blue) = 85+102+119=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #556677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556677 is #AA9988. Grayscale: #626262. Windows color (decimal): -11180425 or 7824981. OLE color: 7824981.

HSL color Cylindrical-coordinate representation of color #556677: hue angle of 210º 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 #556677 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 102 119 -
CMYK 0.29 0.14 0 0.53
HSL 210º 0.17% 0.4% -
HSV(B) 210º 0.29% 0.47% -
XYZ 11.83 12.77 19.29 -
YUV 98.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 85 102 119 0.29 0.14 0 0.53 210 0.17 0.4
Hex 55 66 77 1D E 0 35 D2 11 28
Octal 125 146 167 35 16 0 65 322 21 50
Binary 1010101 1100110 1110111 11101 1110 0 110101 11010010 10001 101000

Color Harmonies of #556677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556677

Black with #556677

Text Example


Text Example

White with #556677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556677; }

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

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

background-color css

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

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

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

border-color css

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

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

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