Html Css Color HEX #5E6368 Shuttle Grey

📋 copy color: '#5E6368'

red 94 ◦ green 99 ◦ blue 104

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

Shades of Shuttle Grey #5E6368

Tints of Shuttle Grey #5E6368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 31.65%
G = 33.33%
B = 35.02%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5E6368 (or 0x5E6368) is known color: Shuttle Grey. HEX triplet: 5E, 63 and 68. RGB value is (94,99,104). Sum of RGB (Red+Green+Blue) = 94+99+104=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #5E6368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6368 is #A19C97. Grayscale: #626262. Windows color (decimal): -10591384 or 6841182. OLE color: 6841182.

HSL color Cylindrical-coordinate representation of color #5E6368: hue angle of 210º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E6368 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 99 104 -
CMYK 0.10 0.05 0 0.59
HSL 210º 0.05% 0.39% -
HSV(B) 210º 0.1% 0.41% -
XYZ 11.58 12.3 14.86 -
YUV 98.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 94 99 104 0.10 0.05 0 0.59 210 0.05 0.39
Hex 5E 63 68 A 5 0 3B D2 5 27
Octal 136 143 150 12 5 0 73 322 5 47
Binary 1011110 1100011 1101000 1010 101 0 111011 11010010 101 100111

Color Harmonies of #5E6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6368

Black with #5E6368

Text Example


Text Example

White with #5E6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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