#545E6C

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

Shades of Shuttle Grey #545E6C

Tints of Shuttle Grey #545E6C

Color information

#545E6C (or 0x545E6C) is unknown color: approx Shuttle Grey. HEX triplet: 54, 5E and 6C. RGB value is (84,94,108). Sum of RGB (Red+Green+Blue) = 84+94+108=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 108 - color contains mainly: blue. Hex color #545E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E6C is #ABA193. Grayscale: #5C5C5C. Windows color (decimal): -11248020 or 7102036. OLE color: 7102036.

HSL color Cylindrical-coordinate representation of color #545E6C: hue angle of 215º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #545E6C is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8494108-
CMYK0.220.1300.58
HSL215º12.5%37.65%-
HSV(B)215º22.22%42.35%-
XYZ10.3710.9715.76-
YUV92.61136.69121.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=29.37%
G=32.87%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84941080.220.1300.5821512.537.65
Hex545E6C16D03Ad7c26
Octal12413615426150723271446
Binary1010100101111011011001011011010111010110101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545E6C; }

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

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

<style>
 a { background-color: #545E6C; }

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

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

<style>
 span { border-color: #545E6C; }

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

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