Html Css Color HEX #55616E Shuttle Grey

📋 copy color: '#55616E'

red 85 ◦ green 97 ◦ blue 110

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

Shades of Shuttle Grey #55616E

Tints of Shuttle Grey #55616E

RGB

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

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

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

R = 29.11%
G = 33.22%
B = 37.67%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55616E (or 0x55616E) is known color: Shuttle Grey. HEX triplet: 55, 61 and 6E. RGB value is (85,97,110). Sum of RGB (Red+Green+Blue) = 85+97+110=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #55616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55616E is #AA9E91. Grayscale: #5E5E5E. Windows color (decimal): -11181714 or 7233877. OLE color: 7233877.

HSL color Cylindrical-coordinate representation of color #55616E: hue angle of 211.2º 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 #55616E is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 97 110 -
CMYK 0.23 0.12 0 0.57
HSL 211.2º 0.13% 0.38% -
HSV(B) 211.2º 0.23% 0.43% -
XYZ 10.84 11.61 16.42 -
YUV 94.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 85 97 110 0.23 0.12 0 0.57 211.2 0.13 0.38
Hex 55 61 6E 17 C 0 39 D3 D 26
Octal 125 141 156 27 14 0 71 323 15 46
Binary 1010101 1100001 1101110 10111 1100 0 111001 11010011 1101 100110

Color Harmonies of #55616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55616E

Black with #55616E

Text Example


Text Example

White with #55616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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