#545F6A

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

Shades of Shuttle Grey #545F6A

Tints of Shuttle Grey #545F6A

Color information

#545F6A (or 0x545F6A) is unknown color: approx Shuttle Grey. HEX triplet: 54, 5F and 6A. RGB value is (84,95,106). Sum of RGB (Red+Green+Blue) = 84+95+106=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 106 - color contains mainly: blue. Hex color #545F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F6A is #ABA095. Grayscale: #5C5C5C. Windows color (decimal): -11247766 or 6971220. OLE color: 6971220.

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

Color convert

RGB8495106-
CMYK0.210.1000.58
HSL210º11.58%37.25%-
HSV(B)210º20.75%41.57%-
XYZ10.3511.1115.23-
YUV92.96135.36121.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=29.47%
G=33.33%
B=37.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84951060.210.1000.5821011.5837.25
Hex545F6A15A03Ad2c25
Octal12413715225120723221445
Binary1010100101111111010101010110100111010110100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,95,106); }

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

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

 a { background-color: rgb(84,95,106); }

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

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

 span { border-color: rgb(84,95,106); }

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