#5C677B

Color #5C677B Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #5C677B

Tints of Shuttle Grey #5C677B

Color information

#5C677B (or 0x5C677B) is unknown color: approx Shuttle Grey. HEX triplet: 5C, 67 and 7B. RGB value is (92,103,123). Sum of RGB (Red+Green+Blue) = 92+103+123=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C677B is #A39884. Grayscale: #656565. Windows color (decimal): -10721413 or 8087388. OLE color: 8087388.

HSL color Cylindrical-coordinate representation of color #5C677B: hue angle of 218.71º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C677B is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB92103123-
CMYK0.250.1600.52
HSL218.71º14.42%42.16%-
HSV(B)218.71º25.2%48.24%-
XYZ12.8413.4120.65-
YUV101.99139.86120.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=28.93%
G=32.39%
B=38.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal921031230.250.1600.52218.7114.4242.16
Hex5C677B1910034dbe2a
Octal13414717331200643331652
Binary10111001100111111101111001100000110100110110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,103,123); }

 H1.HeaderClassName
 {
   color: #5C677B;
 }
 .AnyTagClassName
 {
   color: #5C677B;
 }
</style>
background-color css

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

 a { background-color: rgb(92,103,123); }

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

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

 span { border-color: rgb(92,103,123); }

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