#545F6B

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

Shades of Shuttle Grey #545F6B

Tints of Shuttle Grey #545F6B

Color information

#545F6B (or 0x545F6B) is unknown color: approx Shuttle Grey. HEX triplet: 54, 5F and 6B. RGB value is (84,95,107). Sum of RGB (Red+Green+Blue) = 84+95+107=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #545F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545F6B is #ABA094. Grayscale: #5D5D5D. Windows color (decimal): -11247765 or 7036756. OLE color: 7036756.

HSL color Cylindrical-coordinate representation of color #545F6B: hue angle of 211.3º 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 #545F6B is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8495107-
CMYK0.210.1100.58
HSL211.3º12.04%37.45%-
HSV(B)211.3º21.5%41.96%-
XYZ10.411.1315.51-
YUV93.08135.86121.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=29.37%
G=33.22%
B=37.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84951070.210.1100.58211.312.0437.45
Hex545F6B15B03Ad3c25
Octal12413715325130723231445
Binary1010100101111111010111010110110111010110100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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