Html Css Color HEX #5D6163 Shuttle Grey

📋 copy color: '#5D6163'

red 93 ◦ green 97 ◦ blue 99

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

Shades of Shuttle Grey #5D6163

Tints of Shuttle Grey #5D6163

RGB

 RED value IS 93 (36.72% from 255) = 32.18%

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

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 32.18%
G = 33.56%
B = 34.26%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D6163 (or 0x5D6163) is known color: Shuttle Grey. HEX triplet: 5D, 61 and 63. RGB value is (93,97,99). Sum of RGB (Red+Green+Blue) = 93+97+99=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D6163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6163 is #A29E9C. Grayscale: #606060. Windows color (decimal): -10657437 or 6512989. OLE color: 6512989.

HSL color Cylindrical-coordinate representation of color #5D6163: hue angle of 200º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D6163 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 97 99 -
CMYK 0.06 0.02 0 0.61
HSL 200º 0.03% 0.38% -
HSV(B) 200º 0.06% 0.39% -
XYZ 11.04 11.78 13.5 -
YUV 96.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 93 97 99 0.06 0.02 0 0.61 200 0.03 0.38
Hex 5D 61 63 6 2 0 3D C8 3 26
Octal 135 141 143 6 2 0 75 310 3 46
Binary 1011101 1100001 1100011 110 10 0 111101 11001000 11 100110

Color Harmonies of #5D6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6163

Black with #5D6163

Text Example


Text Example

White with #5D6163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D6163; }

 p { color: rgb(93,97,99); }

 H1.HeaderClassName
 {
   color: #5D6163;
 }
 .AnyTagClassName
 {
   color: #5D6163;
 }
</style>

background-color css

<style>
 a { background-color: #5D6163; }

 a { background-color: rgb(93,97,99); }

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

border-color css

<style>
 span { border-color: #5D6163; }

 span { border-color: rgb(93,97,99); }

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