Html Css Color HEX #55616D Shuttle Grey

📋 copy color: '#55616D'

red 85 ◦ green 97 ◦ blue 109

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

Shades of Shuttle Grey #55616D

Tints of Shuttle Grey #55616D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 29.21%
G = 33.33%
B = 37.46%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55616D (or 0x55616D) is known color: Shuttle Grey. HEX triplet: 55, 61 and 6D. RGB value is (85,97,109). Sum of RGB (Red+Green+Blue) = 85+97+109=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #55616D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616D is #AA9E92. Grayscale: #5E5E5E. Windows color (decimal): -11181715 or 7168341. OLE color: 7168341.

HSL color Cylindrical-coordinate representation of color #55616D: hue angle of 210º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55616D is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 97 109 -
CMYK 0.22 0.11 0 0.57
HSL 210º 0.12% 0.38% -
HSV(B) 210º 0.22% 0.43% -
XYZ 10.78 11.58 16.14 -
YUV 94.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 85 97 109 0.22 0.11 0 0.57 210 0.12 0.38
Hex 55 61 6D 16 B 0 39 D2 C 26
Octal 125 141 155 26 13 0 71 322 14 46
Binary 1010101 1100001 1101101 10110 1011 0 111001 11010010 1100 100110

Color Harmonies of #55616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55616D

Black with #55616D

Text Example


Text Example

White with #55616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55616D; }

 p { color: rgb(85,97,109); }

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

background-color css

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

 a { background-color: rgb(85,97,109); }

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

border-color css

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

 span { border-color: rgb(85,97,109); }

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