Html Css Color HEX #5C6674 Shuttle Grey

📋 copy color: '#5C6674'

red 92 ◦ green 102 ◦ blue 116

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

Shades of Shuttle Grey #5C6674

Tints of Shuttle Grey #5C6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 29.68%
G = 32.9%
B = 37.42%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C6674 (or 0x5C6674) is known color: Shuttle Grey. HEX triplet: 5C, 66 and 74. RGB value is (92,102,116). Sum of RGB (Red+Green+Blue) = 92+102+116=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C6674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6674 is #A3998B. Grayscale: #646464. Windows color (decimal): -10721676 or 7628380. OLE color: 7628380.

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

Color convert

RGB 92 102 116 -
CMYK 0.21 0.12 0 0.55
HSL 215º 0.12% 0.41% -
HSV(B) 215º 0.21% 0.45% -
XYZ 12.32 13.04 18.39 -
YUV 100.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 92 102 116 0.21 0.12 0 0.55 215 0.12 0.41
Hex 5C 66 74 15 C 0 37 D7 C 29
Octal 134 146 164 25 14 0 67 327 14 51
Binary 1011100 1100110 1110100 10101 1100 0 110111 11010111 1100 101001

Color Harmonies of #5C6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6674

Black with #5C6674

Text Example


Text Example

White with #5C6674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,116); }

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

background-color css

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

 a { background-color: rgb(92,102,116); }

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

border-color css

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

 span { border-color: rgb(92,102,116); }

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