Html Css Color HEX #55636C Shuttle Grey

📋 copy color: '#55636C'

red 85 ◦ green 99 ◦ blue 108

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

Shades of Shuttle Grey #55636C

Tints of Shuttle Grey #55636C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 29.11%
G = 33.9%
B = 36.99%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55636C (or 0x55636C) is known color: Shuttle Grey. HEX triplet: 55, 63 and 6C. RGB value is (85,99,108). Sum of RGB (Red+Green+Blue) = 85+99+108=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #55636C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55636C is #AA9C93. Grayscale: #5F5F5F. Windows color (decimal): -11181204 or 7103317. OLE color: 7103317.

HSL color Cylindrical-coordinate representation of color #55636C: hue angle of 203.48º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #55636C is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 99 108 -
CMYK 0.21 0.08 0 0.58
HSL 203.48º 0.12% 0.38% -
HSV(B) 203.48º 0.21% 0.42% -
XYZ 10.91 11.94 15.92 -
YUV 95.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 85 99 108 0.21 0.08 0 0.58 203.48 0.12 0.38
Hex 55 63 6C 15 8 0 3A CB C 26
Octal 125 143 154 25 10 0 72 313 14 46
Binary 1010101 1100011 1101100 10101 1000 0 111010 11001011 1100 100110

Color Harmonies of #55636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55636C

Black with #55636C

Text Example


Text Example

White with #55636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55636C; }

 p { color: rgb(85,99,108); }

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

background-color css

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

 a { background-color: rgb(85,99,108); }

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

border-color css

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

 span { border-color: rgb(85,99,108); }

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