Html Css Color HEX #55606E Shuttle Grey

📋 copy color: '#55606E'

red 85 ◦ green 96 ◦ blue 110

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

Shades of Shuttle Grey #55606E

Tints of Shuttle Grey #55606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 29.21%
G = 32.99%
B = 37.8%

CMYK

 C value IS 0.23

 M value IS 0.13

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55606E (or 0x55606E) is known color: Shuttle Grey. HEX triplet: 55, 60 and 6E. RGB value is (85,96,110). Sum of RGB (Red+Green+Blue) = 85+96+110=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 110 - color contains mainly: blue. Hex color #55606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55606E is #AA9F91. Grayscale: #5E5E5E. Windows color (decimal): -11181970 or 7233621. OLE color: 7233621.

HSL color Cylindrical-coordinate representation of color #55606E: hue angle of 213.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55606E is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 96 110 -
CMYK 0.23 0.13 0 0.57
HSL 213.6º 0.13% 0.38% -
HSV(B) 213.6º 0.23% 0.43% -
XYZ 10.74 11.42 16.39 -
YUV 94.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 85 96 110 0.23 0.13 0 0.57 213.6 0.13 0.38
Hex 55 60 6E 17 D 0 39 D6 D 26
Octal 125 140 156 27 15 0 71 326 15 46
Binary 1010101 1100000 1101110 10111 1101 0 111001 11010110 1101 100110

Color Harmonies of #55606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55606E

Black with #55606E

Text Example


Text Example

White with #55606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55606E; }

 p { color: rgb(85,96,110); }

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

background-color css

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

 a { background-color: rgb(85,96,110); }

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

border-color css

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

 span { border-color: rgb(85,96,110); }

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