Html Css Color HEX #5C6371 Shuttle Grey

📋 copy color: '#5C6371'

red 92 ◦ green 99 ◦ blue 113

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

Shades of Shuttle Grey #5C6371

Tints of Shuttle Grey #5C6371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 30.26%
G = 32.57%
B = 37.17%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C6371 (or 0x5C6371) is known color: Shuttle Grey. HEX triplet: 5C, 63 and 71. RGB value is (92,99,113). Sum of RGB (Red+Green+Blue) = 92+99+113=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6371 is #A39C8E. Grayscale: #626262. Windows color (decimal): -10722447 or 7431004. OLE color: 7431004.

HSL color Cylindrical-coordinate representation of color #5C6371: hue angle of 220º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C6371 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 99 113 -
CMYK 0.19 0.12 0 0.56
HSL 220º 0.1% 0.4% -
HSV(B) 220º 0.19% 0.44% -
XYZ 11.86 12.39 17.39 -
YUV 98.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 92 99 113 0.19 0.12 0 0.56 220 0.1 0.4
Hex 5C 63 71 13 C 0 38 DC A 28
Octal 134 143 161 23 14 0 70 334 12 50
Binary 1011100 1100011 1110001 10011 1100 0 111000 11011100 1010 101000

Color Harmonies of #5C6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6371

Black with #5C6371

Text Example


Text Example

White with #5C6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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