Html Css Color HEX #5C6373 Shuttle Grey

📋 copy color: '#5C6373'

red 92 ◦ green 99 ◦ blue 115

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

Shades of Shuttle Grey #5C6373

Tints of Shuttle Grey #5C6373

RGB

 RED value IS 92 (36.33% from 255) = 30.07%

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

 BLUE value IS 115 (45.31% from 255) = 37.58%

R = 30.07%
G = 32.35%
B = 37.58%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C6373 (or 0x5C6373) is known color: Shuttle Grey. HEX triplet: 5C, 63 and 73. RGB value is (92,99,115). Sum of RGB (Red+Green+Blue) = 92+99+115=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C6373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6373 is #A39C8C. Grayscale: #626262. Windows color (decimal): -10722445 or 7562076. OLE color: 7562076.

HSL color Cylindrical-coordinate representation of color #5C6373: hue angle of 221.74º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C6373 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 99 115 -
CMYK 0.20 0.14 0 0.55
HSL 221.74º 0.11% 0.41% -
HSV(B) 221.74º 0.2% 0.45% -
XYZ 11.97 12.44 17.99 -
YUV 98.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 92 99 115 0.20 0.14 0 0.55 221.74 0.11 0.41
Hex 5C 63 73 14 E 0 37 DE B 29
Octal 134 143 163 24 16 0 67 336 13 51
Binary 1011100 1100011 1110011 10100 1110 0 110111 11011110 1011 101001

Color Harmonies of #5C6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6373

Black with #5C6373

Text Example


Text Example

White with #5C6373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,99,115); }

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

background-color css

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

 a { background-color: rgb(92,99,115); }

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

border-color css

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

 span { border-color: rgb(92,99,115); }

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