Html Css Color HEX #55646E Shuttle Grey

📋 copy color: '#55646E'

red 85 ◦ green 100 ◦ blue 110

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

Shades of Shuttle Grey #55646E

Tints of Shuttle Grey #55646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 28.81%
G = 33.9%
B = 37.29%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55646E (or 0x55646E) is known color: Shuttle Grey. HEX triplet: 55, 64 and 6E. RGB value is (85,100,110). Sum of RGB (Red+Green+Blue) = 85+100+110=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 110 - color contains mainly: blue. Hex color #55646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55646E is #AA9B91. Grayscale: #606060. Windows color (decimal): -11180946 or 7234645. OLE color: 7234645.

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

Color convert

RGB 85 100 110 -
CMYK 0.23 0.09 0 0.57
HSL 204º 0.13% 0.38% -
HSV(B) 204º 0.23% 0.43% -
XYZ 11.12 12.17 16.52 -
YUV 96.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 85 100 110 0.23 0.09 0 0.57 204 0.13 0.38
Hex 55 64 6E 17 9 0 39 CC D 26
Octal 125 144 156 27 11 0 71 314 15 46
Binary 1010101 1100100 1101110 10111 1001 0 111001 11001100 1101 100110

Color Harmonies of #55646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55646E

Black with #55646E

Text Example


Text Example

White with #55646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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