Html Css Color HEX #5E6366 Shuttle Grey

📋 copy color: '#5E6366'

red 94 ◦ green 99 ◦ blue 102

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

Shades of Shuttle Grey #5E6366

Tints of Shuttle Grey #5E6366

RGB

 RED value IS 94 (37.11% from 255) = 31.86%

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

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 31.86%
G = 33.56%
B = 34.58%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5E6366 (or 0x5E6366) is known color: Shuttle Grey. HEX triplet: 5E, 63 and 66. RGB value is (94,99,102). Sum of RGB (Red+Green+Blue) = 94+99+102=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E6366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6366 is #A19C99. Grayscale: #616161. Windows color (decimal): -10591386 or 6710110. OLE color: 6710110.

HSL color Cylindrical-coordinate representation of color #5E6366: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5E6366 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 99 102 -
CMYK 0.08 0.03 0 0.6
HSL 202.5º 0.04% 0.38% -
HSV(B) 202.5º 0.08% 0.4% -
XYZ 11.48 12.26 14.33 -
YUV 97.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 94 99 102 0.08 0.03 0 0.6 202.5 0.04 0.38
Hex 5E 63 66 8 3 0 3C CA 4 26
Octal 136 143 146 10 3 0 74 312 4 46
Binary 1011110 1100011 1100110 1000 11 0 111100 11001010 100 100110

Color Harmonies of #5E6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6366

Black with #5E6366

Text Example


Text Example

White with #5E6366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,102); }

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

background-color css

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

 a { background-color: rgb(94,99,102); }

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

border-color css

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

 span { border-color: rgb(94,99,102); }

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