Html Css Color HEX #55636F Shuttle Grey

📋 copy color: '#55636F'

red 85 ◦ green 99 ◦ blue 111

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

Shades of Shuttle Grey #55636F

Tints of Shuttle Grey #55636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 28.81%
G = 33.56%
B = 37.63%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55636F (or 0x55636F) is known color: Shuttle Grey. HEX triplet: 55, 63 and 6F. RGB value is (85,99,111). Sum of RGB (Red+Green+Blue) = 85+99+111=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #55636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55636F is #AA9C90. Grayscale: #606060. Windows color (decimal): -11181201 or 7299925. OLE color: 7299925.

HSL color Cylindrical-coordinate representation of color #55636F: hue angle of 207.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55636F is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 99 111 -
CMYK 0.23 0.11 0 0.56
HSL 207.69º 0.13% 0.38% -
HSV(B) 207.69º 0.23% 0.44% -
XYZ 11.08 12 16.77 -
YUV 96.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 85 99 111 0.23 0.11 0 0.56 207.69 0.13 0.38
Hex 55 63 6F 17 B 0 38 D0 D 26
Octal 125 143 157 27 13 0 70 320 15 46
Binary 1010101 1100011 1101111 10111 1011 0 111000 11010000 1101 100110

Color Harmonies of #55636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55636F

Black with #55636F

Text Example


Text Example

White with #55636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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