#54606B

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

Shades of Shuttle Grey #54606B

Tints of Shuttle Grey #54606B

Color information

#54606B (or 0x54606B) is unknown color: approx Shuttle Grey. HEX triplet: 54, 60 and 6B. RGB value is (84,96,107). Sum of RGB (Red+Green+Blue) = 84+96+107=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #54606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54606B is #AB9F94. Grayscale: #5D5D5D. Windows color (decimal): -11247509 or 7037012. OLE color: 7037012.

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

Color convert

RGB8496107-
CMYK0.210.1000.58
HSL208.7º12.04%37.45%-
HSV(B)208.7º21.5%41.96%-
XYZ10.4911.3115.54-
YUV93.67135.52121.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=29.27%
G=33.45%
B=37.28%

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
Decimal84961070.210.1000.58208.712.0437.45
Hex54606B15A03Ad1c25
Octal12414015325120723211445
Binary1010100110000011010111010110100111010110100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54606B; }

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

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

<style>
 a { background-color: #54606B; }

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

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

<style>
 span { border-color: #54606B; }

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

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