#5E6C7A

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

Shades of Shuttle Grey #5E6C7A

Tints of Shuttle Grey #5E6C7A

Color information

#5E6C7A (or 0x5E6C7A) is unknown color: approx Shuttle Grey. HEX triplet: 5E, 6C and 7A. RGB value is (94,108,122). Sum of RGB (Red+Green+Blue) = 94+108+122=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E6C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C7A is #A19385. Grayscale: #696969. Windows color (decimal): -10589062 or 8023134. OLE color: 8023134.

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

Color convert

RGB94108122-
CMYK0.230.1100.52
HSL210º12.96%42.35%-
HSV(B)210º22.95%47.84%-
XYZ13.4914.5120.5-
YUV105.41137.36119.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=29.01%
G=33.33%
B=37.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal941081220.230.1100.5221012.9642.35
Hex5E6C7A17B034d2d2a
Octal13615417227130643221552
Binary1011110110110011110101011110110110100110100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,108,122); }

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

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

 a { background-color: rgb(94,108,122); }

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

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

 span { border-color: rgb(94,108,122); }

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